Local Participant
A class that contains all operational methods of a local participant to handle their audio and video.
Since
1.6.0
Functions
fetch Bluetooth Devices
Link copied to clipboard
fun fetchBluetoothDevices()
Content copied to clipboard
mute Microphone
Link copied to clipboard
fun muteMicrophone()
Content copied to clipboard
Mutes the local user's audio.
resume Video Capturer
Link copied to clipboard
fun resumeVideoCapturer()
Content copied to clipboard
Connects the device camera and Sendbird Calls SDK to stream video for local participant.
start Video
Link copied to clipboard
fun startVideo()
Content copied to clipboard
Starts the local user's video.
switch Camera
Link copied to clipboard
Switches the local user's front and back cameras.
unmute Microphone
Link copied to clipboard
fun unmuteMicrophone()
Content copied to clipboard
Unmutes the local user's audio
Properties
isAudioEnabled
Link copied to clipboard
isVideoEnabled
Link copied to clipboard
participantId
Link copied to clipboard
state
Link copied to clipboard
The state of the participant. Valid values are ParticipantState.ENTERED, ParticipantState.EXITED, and ParticipantState.CONNECTED.
videoView
Link copied to clipboard