Interface IStreamReceiver
Namespace: Unity.RenderStreaming
Syntax
public interface IStreamReceiver
Properties
Track
Declaration
MediaStreamTrack Track { get; }
Property Value
Type | Description |
---|---|
MediaStreamTrack |
Transceiver
Declaration
RTCRtpTransceiver Transceiver { get; }
Property Value
Type | Description |
---|---|
RTCRtpTransceiver |
Methods
SetTransceiver(String, RTCRtpTransceiver)
Declaration
void SetTransceiver(string connectionId, RTCRtpTransceiver transceiver)
Parameters
Type | Name | Description |
---|---|---|
String | connectionId | |
RTCRtpTransceiver | transceiver |