Published June 28, 2023
Note
- Version 5.15.0 was removed. Use v5.15.2 instead.
Added
-
New interface to support broadcasting host audio from the main session to all breakout rooms.
- New interface in
InMeetingBOController
boolean isBroadcastVoiceToBOSupport()
boolean isBroadcastingVoiceToBO()
boolean canBroadcastVoiceToBO()
boolean enableBroadcastVoiceToBO(boolean enable)- New interface in
InMeetingBOControllerListener
void onBroadcastBOVoiceStatus(boolean start)
- New interface in
-
New interface to support the full emoji set.
- New interface in
IEmojiReactionController
MobileRTCSDKError sendEmojiFeedback(MobileRTCEmojiFeedbackType type)
MobileRTCSDKError cancelEmojiFeedback();- New callback in
IEmojiReactionControllerEvent
void onEmojiFeedbackReceived(long userId, MobileRTCEmojiFeedbackType feedbackType);
void onEmojiFeedbackCanceled(long userId);- New enum in
MobileRTCEmojiFeedbackType
MobileRTCEmojiFeedbackType_None,
MobileRTCEmojiFeedbackType_Yes,
MobileRTCEmojiFeedbackType_No,
MobileRTCEmojiFeedbackType_SpeedUp,
MobileRTCEmojiFeedbackType_SlowDown,
MobileRTCEmojiFeedbackType_Away - New interface in
Changed
- Changed logic to enable the co-host to manage breakout rooms.
- Added support to capture video raw data streams at 180p.
- Updated dependencies version to
androidx.security:security-crypto:1.1.0-alpha05
. - Updated dependencies version to
com.google.crypto.tink:tink-android:1.7.0
. - Updated dependencies version to
com.google.android.material:material:1.8.0
. - Updated dependencies version to
androidx.multidex:multidex:2.0.1
. - Updated dependencies version to
androidx.core:core-ktx:1.8.0
. - Updated dependencies version to
androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1
. - Updated dependencies version to
androidx.lifecycle:lifecycle-runtime-ktx:2.5.1
.
Fixed
- Fixed an issue where, when the host is in the breakout room, the host could not receive notifications if there were users in the waiting room who needed to be admitted.
- Fixed an issue where suspending participant activities did not work for attendees in breakout room.
- Fixed an issue where the SDK demo app would not show the emoji in the thumbnail.
- Security enhancements.
- Fixed an issue where frequently calling
RemoveBO
resulted in an error.