CreateGroupBO no longer supported?

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?

Hello @KAZUMA87 ,

We’re still supporting createGroupBO in MobileRTCBOCreator. Had you upgraded the SDK’s xcframwork file to the 5.13.10 version successfully? Also, you can use the “Jump to definition” function on MobileRTCBOCreator to check whether there is createGroupBO in it.
Thank you

Elaine

Hello @elaine.ku ,

Thanks for the reply.
Once I removed MobileRTC.xcframework and reinserted it, I was able to use createGroupBO() without any problem.
I appreciate your advice.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.