A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
O
- onActiveSpeakerChanged(Participant) - function in com.screenmeet.sdk.SessionEventListener
- Triggered when Participant marked as active was changed.
- onChatMessage(ChatMessage) - function in com.screenmeet.sdk.SessionEventListener
- onConnectionStateChanged(ScreenMeet.ConnectionState) - function in com.screenmeet.sdk.SessionEventListener
- Triggered when session connection state changed
- onFailure(CompletionError) - function in com.screenmeet.sdk.CompletionHandler
- onFeatureRequest(Feature,Function1) - function in com.screenmeet.sdk.SessionEventListener
- Triggered when entitlement requested
- onFeatureRequestRejected(Entitlement) - function in com.screenmeet.sdk.SessionEventListener
- Triggered when previous request was rejected
- onFeatureStarted(Feature) - function in com.screenmeet.sdk.SessionEventListener
- Triggered when certain feature (you approved) starts its activity (remote control, laser pointer)
- onFeatureStopped(Feature) - function in com.screenmeet.sdk.SessionEventListener
- Triggered when entitlement stopped
- onLocalAudioCreated() - function in com.screenmeet.sdk.SessionEventListener
- on Local Audio stream created
- onLocalAudioStopped() - function in com.screenmeet.sdk.SessionEventListener
- on Local Audio stream stopped
- onLocalVideoCreated(VideoTrack) - function in com.screenmeet.sdk.SessionEventListener
- onLocalVideoStopped() - function in com.screenmeet.sdk.SessionEventListener
- on Local Video stream stopped
- onParticipantJoined(Participant) - function in com.screenmeet.sdk.SessionEventListener
- On participant joins call.
- onParticipantLeft(Participant) - function in com.screenmeet.sdk.SessionEventListener
- On participant left a call.
- onParticipantMediaStateChanged(Participant) - function in com.screenmeet.sdk.SessionEventListener
- Triggered when participant's media state was changed.
- onSuccess() - function in com.screenmeet.sdk.CompletionHandler