GroupCallLocator(String) Constructor

Definition

Initializes a new instance of GroupCallLocator.

public GroupCallLocator (string id);
new Azure.Communication.CallAutomation.GroupCallLocator : string -> Azure.Communication.CallAutomation.GroupCallLocator
Public Sub New (id As String)

Parameters

id
String

The group call id.

Exceptions

Thrown when the id is null.

Thrown when the id is empty.

Applies to