Skip to content

v0.9.16.0

Compare
Choose a tag to compare
@Farhad7d7 Farhad7d7 released this 13 Apr 07:30
· 14 commits to beta-call since this release

[0.9.16.0] -2022-04-13

Added

When you join a started call, you will inform that if a screen is sharing or call is recording

You could use following events and methods to be aware of camera is on, the device is near ( to the ear ) or the device got far ( from the ear ) :

  • ChatListener.onDeviceIsNear
  • ChatListener.onDeviceGotFar
  • Chat.isCameraOn

Now you can turn all incoming streams or a specific call partner stream off and turn them on again

  • Chat.turnOffIncomingVideos

  • Chat.turnOnIncomingVideos

  • Chat.turnOffIncomingVideo

  • Chat.turnOnIncomingVideo

  • CallActivity.imgBtnTurnOffIncomingVideos

  • CallActivity.imgBtnTurnOnIncomingVideos

It's possible to change call setting

  • SettingFragment

Changed

  • update podcall version to 3.7.7-SNAPSHOT

What's Changed

Full Changelog: v0.9.13.0...0.9.16.0