Package | Description |
---|---|
com.avaya.collaboration.call |
Provides classes and interfaces for dealing with call.
|
Modifier and Type | Method and Description |
---|---|
Identity |
IdentityFactoryInterface.create(String address)
Creates an Identity instance based on address.
|
static Identity |
IdentityFactory.create(String address)
Creates a new local Identity instance.
|
Identity |
IdentityFactoryInterface.create(String address,
String displayName)
Creates a new local Identity instance.
|
static Identity |
IdentityFactory.create(String address,
String displayName)
Creates a new local Identity instance.
|
Modifier and Type | Method and Description |
---|---|
static Call |
CallFactory.create(String from,
String to,
Identity onBehalfOf)
Creates new instance of
Call with from, to and onBehalfOf that is used to set up a 2-party call
between the from and the to . |
Call |
CallFactoryInternal.create(String from,
String to,
Identity onBehalfOf)
Don't use. Use CallFactory class instead.
|
Call |
CallFactoryInternal.createMediaJoinableCall(String from,
String to,
Identity onBehalfOf,
Call relatedCall)
For Avaya internal use only.
Create a two party call, similar to create(final String from, final String to, final Identity onBehalfOf), where the call is guaranteed to be MSML-joinable to the relatedCall that is passed in. |
Copyright © 2023 Avaya. All rights reserved.