Delegate TransceiverAssociatedDelegate
Delegate for the Associated event.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void TransceiverAssociatedDelegate(Transceiver transceiver);
Parameters
| Type | Name | Description |
|---|---|---|
| Transceiver | transceiver | The transceiver becoming associated. |