Properties | |
| OnAllowedParticipantListChangedDelegate | OnAllowedParticipantListChanged [get, set] |
| OnParticipantAddedDelegate | OnParticipantAdded [get, set] |
| OnParticipantRemovedDelegate | OnParticipantRemoved [get, set] |
| OnParticipantDeviceAddedDelegate | OnParticipantDeviceAdded [get, set] |
| OnParticipantDeviceRemovedDelegate | OnParticipantDeviceRemoved [get, set] |
| OnParticipantDeviceJoiningRequestDelegate | OnParticipantDeviceJoiningRequest [get, set] |
| OnParticipantRoleChangedDelegate | OnParticipantRoleChanged [get, set] |
| OnParticipantAdminStatusChangedDelegate | OnParticipantAdminStatusChanged [get, set] |
| OnParticipantDeviceStateChangedDelegate | OnParticipantDeviceStateChanged [get, set] |
| OnParticipantDeviceScreenSharingChangedDelegate | OnParticipantDeviceScreenSharingChanged [get, set] |
| OnParticipantDeviceMediaAvailabilityChangedDelegate | OnParticipantDeviceMediaAvailabilityChanged [get, set] |
| OnParticipantDeviceMediaCapabilityChangedDelegate | OnParticipantDeviceMediaCapabilityChanged [get, set] |
| OnOperationFailedDelegate | OnOperationFailed [get, set] |
| OnStateChangedDelegate | OnStateChanged [get, set] |
| OnAvailableMediaChangedDelegate | OnAvailableMediaChanged [get, set] |
| OnSubjectChangedDelegate | OnSubjectChanged [get, set] |
| OnParticipantDeviceIsSpeakingChangedDelegate | OnParticipantDeviceIsSpeakingChanged [get, set] |
| OnParticipantDeviceIsMutedDelegate | OnParticipantDeviceIsMuted [get, set] |
| OnAudioDeviceChangedDelegate | OnAudioDeviceChanged [get, set] |
| OnActiveSpeakerParticipantDeviceDelegate | OnActiveSpeakerParticipantDevice [get, set] |
| OnFullStateReceivedDelegate | OnFullStateReceived [get, set] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
An object to handle the callbacks for the handling a Linphone.Conference objects.
Use Linphone.Factory.CreateConferenceCbs() to create an instance. Then pass the object to a Linphone.Conference instance through Linphone.Conference.AddListener().
| delegate void Linphone.ConferenceListener.OnActiveSpeakerParticipantDeviceDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | participantDevice | ||
| ) |
Get the actively speaking participant device callback.
| delegate void Linphone.ConferenceListener.OnAllowedParticipantListChangedDelegate | ( | Linphone.Conference | conference | ) |
Get the allowed participant list changed callback.
| delegate void Linphone.ConferenceListener.OnAudioDeviceChangedDelegate | ( | Linphone.Conference | conference, |
| Linphone.AudioDevice | audioDevice | ||
| ) |
Get the audio device changed callback.
| delegate void Linphone.ConferenceListener.OnAvailableMediaChangedDelegate | ( | Linphone.Conference | conference | ) |
Get the available media changed callback.
| delegate void Linphone.ConferenceListener.OnFullStateReceivedDelegate | ( | Linphone.Conference | conference | ) |
Get the full state received callback.
| delegate void Linphone.ConferenceListener.OnOperationFailedDelegate | ( | Linphone.Conference | conference | ) |
Get the leave failed callback.
| delegate void Linphone.ConferenceListener.OnParticipantAddedDelegate | ( | Linphone.Conference | conference, |
| Linphone.Participant | participant | ||
| ) |
Get the participant added callback.
| delegate void Linphone.ConferenceListener.OnParticipantAdminStatusChangedDelegate | ( | Linphone.Conference | conference, |
| Linphone.Participant | participant | ||
| ) |
Get the participant admin status changed callback.
| delegate void Linphone.ConferenceListener.OnParticipantDeviceAddedDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | participantDevice | ||
| ) |
Get the participant device added callback.
| delegate void Linphone.ConferenceListener.OnParticipantDeviceIsMutedDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | participantDevice, | ||
| bool | isMuted | ||
| ) |
Get the participant device is muted callback.
| delegate void Linphone.ConferenceListener.OnParticipantDeviceIsSpeakingChangedDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | participantDevice, | ||
| bool | isSpeaking | ||
| ) |
Get the participant device is speaking changed callback.
| delegate void Linphone.ConferenceListener.OnParticipantDeviceJoiningRequestDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | participantDevice | ||
| ) |
Get the participant device joining request callback.
| delegate void Linphone.ConferenceListener.OnParticipantDeviceMediaAvailabilityChangedDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | device | ||
| ) |
Get the participant device media availability changed callback.
| delegate void Linphone.ConferenceListener.OnParticipantDeviceMediaCapabilityChangedDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | device | ||
| ) |
Get the participant device media capabilities changed callback.
| delegate void Linphone.ConferenceListener.OnParticipantDeviceRemovedDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | participantDevice | ||
| ) |
Get the participant device removed callback.
| delegate void Linphone.ConferenceListener.OnParticipantDeviceScreenSharingChangedDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | device, | ||
| bool | enabled | ||
| ) |
Get the participant device is screen sharing changed callback.
| delegate void Linphone.ConferenceListener.OnParticipantDeviceStateChangedDelegate | ( | Linphone.Conference | conference, |
| Linphone.ParticipantDevice | device, | ||
| Linphone.ParticipantDeviceState | state | ||
| ) |
Get the participant device state changed callback.
| delegate void Linphone.ConferenceListener.OnParticipantRemovedDelegate | ( | Linphone.Conference | conference, |
| Linphone.Participant | participant | ||
| ) |
Get the participant removed callback.
| delegate void Linphone.ConferenceListener.OnParticipantRoleChangedDelegate | ( | Linphone.Conference | conference, |
| Linphone.Participant | participant | ||
| ) |
Get the participant role changed callback.
| delegate void Linphone.ConferenceListener.OnStateChangedDelegate | ( | Linphone.Conference | conference, |
| Linphone.ConferenceState | newState | ||
| ) |
Get the state changed callback.
| delegate void Linphone.ConferenceListener.OnSubjectChangedDelegate | ( | Linphone.Conference | conference, |
| string | subject | ||
| ) |
Get the subject changed callback.