RTCClientDelegate
protocol RTCClientDelegate : AnyObject
Protocol used to display different interaction of the RTC Client.
-
Describe the generation of a specific message (
answer
oroffer
)Declaration
Swift
func logMessage(_ message: RTCMessage)
-
Triggered when the RTC Client has closed or losed the connection.
Declaration
Swift
func closeConnection()