CreateGroupBO no longer supported?
After updating the SDK (MeetingSDK v5.13.10.7064)
Value of type ‘MobileRTCBOCreator’ has no member ‘createGroupBO’
and an error is displayed.
Previously, I was able to use the following code to use it.
MobileRTC.shared().getMeetingService()? .getCreatorHelper()? .createGroupBO(boidlist)
https://marketplacefront.zoom.us/sdk/meeting/ios/interface_mobile_r_t_c_b_o_creator.html
createGroupBO() is listed in.
Please let me know if createGroupBO is no longer supported?