S-index
S
ScreenMeet - class in com.screenmeet.sdk
ScreenMeet.AudioSource
ScreenMeet.AudioSource - class in com.screenmeet.sdk. Supported audio source types ScreenMeet.AudioSource.Microphone - class in com.screenmeet.sdk. ScreenMeet.AudioState - class in com.screenmeet.sdk. Data about audio sources being streamed by Participant and some helper properties.
ScreenMeet.Companion
ScreenMeet.Companion - class in com.screenmeet.sdk. Create a configuration object.
ScreenMeet.Configuration
ScreenMeet.Configuration.LogLevel - class in com.screenmeet.sdk.
ScreenMeet.ConnectionState
ScreenMeet.ConnectionState - Session connection state. Supported states include:
- Connected
- Connecting
- Disconnected - Provides a specific reason why a session was disconnected.
ScreenMeet.VideoSource
ScreenMeet.VideoSource - Supported video source types include:
ScreenMeet.VideoState
ScreenMeet.VideoState - Data about video sources being streamed by Participant and some helper properties.
Functions
- sendChatMessage(String) - Sends a text message to server.
- setConfidential(View) - Method which allows to hide confidential Views on stream.
- setConfidential(WebView,Boolean) - Method which allows to hide confidential web-content inside WebView on stream.
- shareAudio() - Start to share audio from device microphone.
- shareCamera(Boolean) - Starts to share device camera.
- shareScreen() - Starts to share current application and its windows.
- stopAudioSharing() - Stops microphone sharing.
- stopVideoSharing(ScreenMeet.VideoSource) - Stops video stream sharing.