MuxLiveDelegate
public protocol MuxLiveDelegate : NSObjectProtocol
MuxLiveDelegate protocol, callback for receiving updates from MuxLive
-
Undocumented
Declaration
Swift
func muxLive(_ muxLive: MuxLive, didChangeState state: MuxLiveState) -
Undocumented
Declaration
Swift
func muxLive(_ muxLive: MuxLive, didFailWithError error: Error)
View on GitHub
MuxLiveDelegate Protocol Reference