A
C
D
E
F
G
H
I
L
M
O
P
R
S
U
V
W
O
- onActiveSpeakerChanged(Participant,VideoElement) - function in com.screenmeet.sdk.SessionEventListener
- Called when Participant marked as active by server.
- onChatMessage(ChatMessage) - function in com.screenmeet.sdk.SessionEventListener
- Notifies about new message received from server or own message delivery status update
- onConnectionStateChanged(ScreenMeet.ConnectionState) - function in com.screenmeet.sdk.SessionEventListener
- Called when session connection state changed
- onFailure(CompletionError) - function in com.screenmeet.sdk.CompletionHandler
- onFeatureRequest(Feature,Function1) - function in com.screenmeet.sdk.SessionEventListener
- Called when entitlement requested
- onFeatureRequestRejected(Entitlement) - function in com.screenmeet.sdk.SessionEventListener
- Called when previous request was rejected
- onFeatureStarted(Feature) - function in com.screenmeet.sdk.SessionEventListener
- Called when certain feature (you approved) starts its activity (remote control, laser pointer)
- onFeatureStopped(Feature) - function in com.screenmeet.sdk.SessionEventListener
- Called when entitlement stopped
- onLocalAudioCreated() - function in com.screenmeet.sdk.SessionEventListener
- Used as a success callback when a local audio source started sharing
- onLocalAudioStopped() - function in com.screenmeet.sdk.SessionEventListener
- Used when a local video source stopped sharing or notifies about failed attempt to share
- onLocalVideoCreated(ScreenMeet.VideoSource,VideoElement) - function in com.screenmeet.sdk.SessionEventListener
- Used as a success callback when a local video source started sharing
- onLocalVideoStopped(ScreenMeet.VideoSource) - function in com.screenmeet.sdk.SessionEventListener
- Used when a local video source stopped sharing or notifies about failed attempt to share
- onParticipantAudioCreated(Participant) - function in com.screenmeet.sdk.SessionEventListener
- Notifies about remote participant started new audio stream
- onParticipantAudioStopped(Participant) - function in com.screenmeet.sdk.SessionEventListener
- Notifies about remote participant stopped his audio stream
- onParticipantJoined(Participant) - function in com.screenmeet.sdk.SessionEventListener
- Notifies about new participant joined the call.
- onParticipantLeft(Participant) - function in com.screenmeet.sdk.SessionEventListener
- Notifies about participant disconnecting the call.
- onParticipantVideoCreated(Participant,VideoElement) - function in com.screenmeet.sdk.SessionEventListener
- Notifies about remote participant started new video stream
- onParticipantVideoStopped(Participant,ScreenMeet.VideoSource) - function in com.screenmeet.sdk.SessionEventListener
- Notifies about remote participant stopped his video stream
- onSuccess() - function in com.screenmeet.sdk.CompletionHandler