SWSignalingInterfaceDelegate
@objc
protocol SWSignalingInterfaceDelegate : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
@objc optional func messageReceived(message: String?)
-
Undocumented
Declaration
Swift
@objc optional func totalUsersInChannelReceived(totalUsers: Int)
-
Undocumented
Declaration
Swift
@objc optional func userJoinedInChannelReceived()
-
Undocumented
Declaration
Swift
@objc optional func userLeftInChannelReceived()