Delegate TransceiverDirectionChangedDelegate
Delegate for the DirectionChanged event.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void TransceiverDirectionChangedDelegate(Transceiver transceiver);
Parameters
| Type | Name | Description |
|---|---|---|
| Transceiver | transceiver | The transceiver whose NegotiatedDirection property changed. |