

New interface to support the full emoji set. Virtual bool IsBroadcastingVoiceToBO() = 0 / \return true means broadcasting, otherwise it's not. / \brief Query if host is broadcasting voice to BO. Virtual bool EnableBroadcastVoiceToBO(bool bEnable) = 0 / \return true means has the invocation succeed, otherwise failed. / \param bEnable True for start and false for stop. / \brief Host enable/disable broadcasting voice to BO. Virtual bool CanBroadcastVoiceToBO() = 0 / \return true means has the ability, otherwise it's not. / \brief Query if host now has the ability to broadcast voice to BO. Virtual bool IsBroadcastVoiceToBOSupport() = 0 / \return true means supported, otherwise it's not. / \brief Query if current meeting support broadcasting host's voice to BO.

To virtual SDKError GetViewableShareSourceByUserID(unsigned int userid, ViewableShareSource& shareSource) = 0 Virtual SDKError GetViewabltShareSourceByUserID(unsigned int userid, ViewableShareSource& shareSource) = 0 To virtual void onRecordPrivilegeChanged(bool bCanRec) = 0 Virtual void onRecordPriviligeChanged(bool bCanRec) = 0 Callback in IMeetingRecordingCtrlEvent.To virtual void onRequestLocalRecordingPrivilegeChanged(LocalRecordingRequestPrivilegeStatus status) = 0 Virtual void onRequestLocalRecordingPriviligeChanged(LocalRecordingRequestPrivilegeStatus status) = 0 Callback in IMeetingParticipantsCtrlEvent.To virtual SDKError SetParticipantsChatPrivilege(SDKChatPrivilege privilege) = 0 Virtual SDKError SetParticipantsChatPriviledge(SDKChatPriviledge priviledge) = 0 To virtual void onChatStatusChangedNotification(ChatStatus* status_) = 0 Virtual void onChatStautsChangedNotification(ChatStatus* status_) = 0

SDK_CHAT_PRIVILEGE_DISABLE_ATTENDEE_CHAT = 4, SDK_CHAT_PRIVILEDGE_DISABLE_ATTENDEE_CHAT = 4, To virtual bool IsAnnotationDisable() = 0 Interface in ICustomizedAnnotationObj.Use v5.15.2 instead.Ĭhanged typos in interfaces and callbacks.
