Participant
Public fields
Name | Description |
participantId |
|
participantName |
|
isLocal |
|
stream |
|
streamConstraints |
|
settings |
|
Public method Summar
Name | Description | Parameters |
enableAudio() | ||
disableAudio() | ||
enableVideo() | ||
disableVideo() | ||
isAudioEnabled() |
| |
isVideoEnabled() |
| |
startScreenSharing(callback: Function) |
| |
stopScreenSharing(callback: Function) |
| |
toggleRemoteAudio(participantId: String) |
| |
toggleRemoteVideo(participantId: String) |
| |
isRemoteAudioEnabled(participantId: String) | ||
isRemoteVideoEnabled(participantId: String) | ||
setMediaQuality ({videoHeight: Number, videoWidth: Number, frameRate: Number}) |
| |
publishRemoteParticipant(participantId) |
| |
disconnectRemoteParticipant(participantId, message) |
|
|
Last updated