iOS SDK deprecated protocol methods

Description
Protocols have deprecated methods, but the methods themselves are not set as optional, so they are causing warnings in every implementation of the protocols: MobileRTCUserServiceDelegate and MobileRTCShareServiceDelegate. If the deprecated methods are implemented, the deprecated method warning is shown, but if they aren’t implemented, the unimplemented protocol method(s) warning is shown, so it’s a catch 22. I’m recommending the new SDK set all deprecated methods as optional in the next update.

Which iOS Meeting SDK version?
5.11.2.3958

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