Edits the provided participant.
Alias for editSelf
.
Edits self participant.
Tells if the audio has finished streaming. Returns null
if not in call, true
if finished or false
if not.
Edits the provided participant.
Edits self participant.
Mutes the audio stream. Returns null
if there is not in call, false
if already muted or true
if successful.
Mutes the video stream. Returns null
if there is not in call, false
if already muted or true
if successful.
Pauses the audio stream. Returns null
if there is not in call, false
if already paused or true
if successful.
Pauses the video stream. Returns null
if there is not in call, false
if already paused or true
if successful.
Resumes the audio stream. Returns null
if there is not in call, false
if not paused or true
if successful.
Resumes the video stream. Returns null
if there is not in call, false
if not paused or true
if successful.
Stops the stream, closes the WebRTC connection, sends leave request to Telegram and frees up resources. Returns false
if not in call or true
if successful.
Starts streaming the provided medias with their own options.
Unmutes the audio stream. Returns null
if not in call, false
if already muted or true
if successful.
Unmutes the audio stream. Returns null
if not in call, false
if already muted or true
if successful.
Tells if the video has finished streaming. Returns null
if not in call, true
if finished or false
if not.
Generated using TypeDoc
Alias for
edit
.