Sdp<TGlobalDescription, TMediaDescription>.ToString Method
Creates a string containing a valid SDP that is ready to be transmitted. This function calls Write() and then converts the result to a string.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As Sdp
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
Returns the SDP as a new instance of a string.
Remarks
Returns the class name string if unable to compose a valid SDP string.
See Also
Reference
Sdp<TGlobalDescription, TMediaDescription> Class