Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Objective-C
@protocol UZLiveSessionDelegate <NSObject> @optional /** live status changed will callback */ - (void)liveSession:(nullable UZLiveSession *)session liveStateDidChange:(UZLiveState)state; /** live debug info callback */ - (void)liveSession:(nullable UZLiveSession *)session debugInfo:(nullable UZLiveDebug *)debugInfo; /** callback socket errorcode */ - (void)liveSession:(nullable UZLiveSession *)session errorCode:(UZSocketErrorCode)errorCode; @end