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