RTCForge API Reference v1.1.1
    Preparing search index...

    Type Alias PeerConnectionFactory

    PeerConnectionFactory: (config: RTCConfiguration) => RTCPeerConnection

    Factory that constructs an RTCPeerConnection from a given configuration.

    Type Declaration

      • (config: RTCConfiguration): RTCPeerConnection
      • Parameters

        • config: RTCConfiguration

        Returns RTCPeerConnection