Skip to content

Remote kick and mute

Compare
Choose a tag to compare
@MarcoBrescianini MarcoBrescianini released this 19 Oct 15:56
· 22 commits to master since this release

Added

  • Call administrators can now mute the microphone of a remote participant
  • Call administrators can now kick out a participant temporarily from the call
  • The SDK will automatically try to republish a stream when the publishing operation fails
  • The SDK will automatically try to resubscribe to a remote stream when the subscription operation fails

Updated

  • Changed how the call client behaves when an expired authentication token is provided to it while refreshing the user session. Now the client will ignore the token and will require a new one after the session has expired.
  • Changed how the call client behaves when the same token used for session authentication is provided to it while refreshing the user session. Now the client will ignore the token and will require a new one after the session has expired.

Fixed

  • A bug that presented the camera preview several times on screen under certain conditions
  • A bug that led the phone to keep ringing when the call was answered on another device under poor network conditions
  • A bug that prevented the UI from showing the remote video stream in an audio upgradable call after the remote upgraded to video