Edit

Share via


Sdp<TGlobalDescription,TMediaDescription>.ToString Method

Definition

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.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

Returns the SDP as a new instance of a string.

Remarks

Returns the class name string if unable to compose a valid SDP string.

Applies to