public final class ParticipantFactory extends Object
Participant| Modifier and Type | Method and Description |
|---|---|
static Participant |
create(String handle)
Creates a new local Participant instance.
|
static Participant |
create(String handle,
String domain)
Creates a new local Participant instance.
|
static Participant |
create(String handle,
String domain,
String displayName)
Creates a new local Participant instance.
|
public static Participant create(String handle)
handle - Handle of the Participant instanceIllegalArgumentException - if any of arguments are null or emptypublic static Participant create(String handle, String domain)
handle - Handle of the Participant instancedomain - Domain of the Participant instanceIllegalArgumentException - if any of arguments are null or emptypublic static Participant create(String handle, String domain, String displayName)
handle - Handle of the Participant instancedomain - Domain of the Participant instancedisplayName - Display name of the Participant instanceIllegalArgumentException - if any of arguments are null or emptyCopyright © 2023 Avaya. All rights reserved.