WebRTCClient

public class WebRTCClient : NSObject

Undocumented

  • Undocumented

    Declaration

    Swift

    public func offer(completion: @escaping (String?, Error?) -> Void)
  • Undocumented

    Declaration

    Swift

    public func answer(completion: @escaping (String?, Error?) -> Void)
  • Undocumented

    Declaration

    Swift

    public func handle(offer offerString: String, completion: @escaping (Error?) -> Void)
  • Undocumented

    Declaration

    Swift

    public func handle(answer answerString: String, completion: @escaping (Error?) -> Void)
  • Undocumented

    Declaration

    Swift

    public func peerConnection(_ peerConnection: RTCPeerConnection, didChange stateChanged: RTCSignalingState) -> <<error type>>
  • Undocumented

    Declaration

    Swift

    public func peerConnection(_ peerConnection: RTCPeerConnection, didAdd stream: RTCMediaStream) -> <<error type>>
  • Undocumented

    Declaration

    Swift

    public func peerConnection(_ peerConnection: RTCPeerConnection, didRemove stream: RTCMediaStream) -> <<error type>>
  • Undocumented

    Declaration

    Swift

    public func peerConnection(_ peerConnection: RTCPeerConnection, didGenerate candidate: RTCIceCandidate) -> <<error type>>
  • Undocumented

    Declaration

    Swift

    public func peerConnection(_ peerConnection: RTCPeerConnection, didOpen dataChannel: RTCDataChannel) -> <<error type>>
  • Undocumented

    Declaration

    Swift

    public func peerConnectionShouldNegotiate(_ peerConnection: RTCPeerConnection) -> <<error type>>