O-index
O
Functions in com.screenmeet.sdk.SessionEventListener
onActiveSpeakerChanged(Participant, VideoElement) - Called when Participant marked as active by server.
onChatMessage(ChatMessage) - Notifies about new message received from server or own message delivery status update.
onConnectionStateChanged(ScreenMeet.ConnectionState) - Called when session connection state changed.
onFailure(CompletionError) - Function for error handling.
onFeatureRequest(Feature, Function1) - Called when entitlement requested.
onFeatureRequestRejected(Entitlement) - Called when previous request was rejected.
onFeatureStarted(Feature) - Called when a certain feature starts its activity (remote control, laser pointer).
onFeatureStopped(Feature) - Called when entitlement stopped.
onLocalAudioCreated() - Used as a success callback when a local audio source started sharing.
onLocalAudioStopped() - Used when a local video source stopped sharing or notifies about failed attempt to share.
onLocalVideoCreated(ScreenMeet.VideoSource, VideoElement) - Used as a success callback when a local video source started sharing.
onLocalVideoStopped(ScreenMeet.VideoSource) - Used when a local video source stopped sharing or notifies about failed attempt to share.
onParticipantAudioCreated(Participant) - Notifies about remote participant started a new audio stream.
onParticipantAudioStopped(Participant) - Notifies about remote participant stopped their audio stream.
onParticipantJoined(Participant) - Notifies about new participant joined the call.
onParticipantLeft(Participant) - Notifies about participant disconnecting the call.
onParticipantVideoCreated(Participant, VideoElement) - Notifies about remote participant started a new video stream.
onParticipantVideoStopped(Participant, ScreenMeet.VideoSource) - Notifies about remote participant stopped their video stream.
onSuccess() - Function for success indication.