Original publication date: September 29, 2022
Added
-
New interface to improve the pre-join experience by merging currently separated join-before-host and waiting room screens into a single waiting screen.
-
New interface in
InMeetingWaitingRoomController
boolean isAudioEnabledInWaitingRoom() boolean isVideoEnabledInWaitingRoom()
-
New callback in
InMeetingWaitingRoomListener
void onWaitingRoomPresetAudioStatusChanged(boolean canTurnOn) void onWaitingRoomPresetVideoStatusChanged(boolean canTurnOn)
-
Changed & Fixed
-
Fixed an issue in that the custom meeting ID was not able to show the original meeting number when the setting was null.
-
Fixed an issue that the callback
oninterpreteractivatelanguagechanged
hadn’t been triggered when starting interpretation under custom UI. -
Fixed an issue where the recording consent dialog would not pop up again when rejoining the meeting.
-
Fixed an issue that the camera would not be set to the default camera when rejoining the meeting.