Method GetTransceivers
GetTransceivers()
Returns array of objects each of which represents one RTP transceiver.
Declaration
public IEnumerable<RTCRtpTransceiver> GetTransceivers()
Returns
Type | Description |
---|---|
IEnumerable<RTCRtpTransceiver> | Array of the transceivers |
Examples
var transceivers = peerConnection.GetTransceivers();