Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public RTP_MultimediaSession( string cname )
Public Sub New ( cname As String )
public: RTP_MultimediaSession( String^ cname )
new : cname : string -> RTP_MultimediaSession
Parameters
- cname (String)
- Canonical name of participant. RTP_Utils.GenerateCNAME can be used to create this value.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when cname is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
See Also
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119