Method GetReceivers
GetReceivers()
Returns array of objects each of which represents one RTP receiver.
Declaration
public IEnumerable<RTCRtpReceiver> GetReceivers()
Returns
| Type | Description |
|---|---|
| IEnumerable<RTCRtpReceiver> | Array of the senders |
Examples
var senders = peerConnection.GetReceivers();