DEPRECATED_MSG_ATTRIBUTE methods is required in Swift

I have figure out that in the new ZoomSDK version 5.10.6.7530
were refactored deprecated methods.

Methods were marked as NS_DEPRECATED_MAC in the past
but now methods are marked DEPRECATED_MSG_ATTRIBUTE.

And there is some problem in Swift now - methods that marked as DEPRECATED_MSG_ATTRIBUTE are required to implement.

On picture you can see that Xcode added deprecated method
onCustomVideoSubscribeFail to conform to protocol:


Hi @anton.yereshchenko,

In the 5.11.0 release of the SDK, we should be updating all deprecated methods to be optional which should resolve this issue. In the meantime you can implement an empty method as a temporary workaround. Apologies for any inconvenience.

Thanks!

1 Like

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