Method AddTransceiver
AddTransceiver(MediaStreamTrack, RTCRtpTransceiverInit)
Declaration
public RTCRtpTransceiver AddTransceiver(MediaStreamTrack track, RTCRtpTransceiverInit init = null)
Parameters
Type | Name | Description |
---|---|---|
MediaStreamTrack | track | |
RTCRtpTransceiverInit | init |
Returns
Type | Description |
---|---|
RTCRtpTransceiver |
AddTransceiver(TrackKind, RTCRtpTransceiverInit)
Declaration
public RTCRtpTransceiver AddTransceiver(TrackKind kind, RTCRtpTransceiverInit init = null)
Parameters
Type | Name | Description |
---|---|---|
TrackKind | kind | |
RTCRtpTransceiverInit | init |
Returns
Type | Description |
---|---|
RTCRtpTransceiver |