Type alias PeerConnectionEventMap

PeerConnectionEventMap: { answering: { args: [] }; closed: { args: [] }; connected: { args: [] }; iceFailed: { args: [] }; iceRestartAnswering: { args: [] }; iceRestartOffering: { args: [] }; offering: { args: [] }; reconnecting: { args: [] }; remoteStream: { args: [MediaStream] } }

Type declaration

  • answering: { args: [] }
    • args: []
  • closed: { args: [] }
    • args: []
  • connected: { args: [] }
    • args: []
  • iceFailed: { args: [] }
    • args: []
  • iceRestartAnswering: { args: [] }
    • args: []
  • iceRestartOffering: { args: [] }
    • args: []
  • offering: { args: [] }
    • args: []
  • reconnecting: { args: [] }
    • args: []
  • remoteStream: { args: [MediaStream] }
    • args: [MediaStream]

Generated using TypeDoc