Published August 23, 2023
Added
- New added interface file
meeting_reminder_ctrl_interface.h
. - New added interface file
meeting_chat_interface.h
. - New added interface file
meeting_breakout_rooms_interface_v2.h
. - New added a meeting error code.
- New meeting error code in the enum
MeetingFailCode
.
MEETING_FAIL_UNABLE_TO_JOIN_EXTERNAL_MEETING = 63
- New meeting error code in the enum
Changed
- Removed useless enum
OSSessionType
inmeeting_service_interface.h
.
Fixed
- Fixed an issue where the value of
IsRemoteControlAllApplicationsEnabled
in the user setting might be incorrect. - Fixed an issue where cleaning up SDK after direct share would cause the app to crash.
- Fixed an issue where SDK could not receive breakout-room-related callbacks when entering the breakout room for the second time.
- Fixed an issue where the
InputMeetingPasswordAndScreenName
function did not return the correct value. - Fixed an issue where the breakout room would not be closed after the host suspended the meeting when the meeting share setting was locked.
- Fixed an issue where the
OnStartViewPureComputerAudio()
callback would not be triggered when sharing pure computer audio. - Fixed an issue where the
onUserJoin
callback would be received more than once when an attendee joined the meeting.