| RtcpSourceDescriptionChunkPhone Property  | 
                The phone number SHOULD be formatted with the plus sign replacing the international
                access code.  For example, +1 908 555 1212 for a number in the United States.
            
 
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic string Phone { get; set; }Public Property Phone As String
	Get
	Set
public:
property String^ Phone {
	String^ get ();
	void set (String^ value);
}member Phone : string with get, set
Property Value
Type: 
String
                The phone.
            
See Also