Gets one or more tokens found at the end of the "m" line. When using RTP for a transport, these tokens usually represent a list of payload types.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Formats 
As 
String
C#
public 
string 
Formats { 
get; 
set; }
Visual C++
public:
property 
String^ 
Formats {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
formats();
function set_
formats(
value);

Exceptions

Exception Condition
ArgumentNullException Thrown when value is null.
ArgumentException Thrown when value is an empty string.

See Also