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