Delegate PeerConnection.LocalSdpReadyToSendDelegate
Delegate for LocalSdpReadytoSend event.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void LocalSdpReadyToSendDelegate(string type, string sdp);
Parameters
| Type | Name | Description |
|---|---|---|
| String | type | SDP message type, one of "offer", "answer", or "ice". |
| String | sdp | Raw SDP message content. |