AgentIdentity(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AgentIdentity class.
public:
AgentIdentity(System::String ^ uri, System::String ^ phoneUri, System::String ^ displayName);
public AgentIdentity (string uri, string phoneUri, string displayName);
new Microsoft.Rtc.Signaling.AgentIdentity : string * string * string -> Microsoft.Rtc.Signaling.AgentIdentity
Public Sub New (uri As String, phoneUri As String, displayName As String)
Parameters
- uri
- String
The agent's URI
- phoneUri
- String
The agent's phone URI
- displayName
- String
The agent's display name
Exceptions
Thrown when uri
is null
Thrown when uri
is and empty string