public final class MsmlHelper extends Enum implements MsmlHelperInterface
Modifier and Type | Field and Description |
---|---|
static MsmlHelper |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
String |
getMsmlId(Call call)
For Avaya internal use only
Returns the MSML identifier for the media server conference that "backs" a call. |
String |
getMsmlId(Participant participant)
For Avaya internal use only
Returns the MSML identifier for the media server SDP-negotiated session that "backs" a participant. |
static MsmlHelper |
valueOf(String name) |
static MsmlHelper[] |
values() |
public static final MsmlHelper INSTANCE
public static MsmlHelper[] values()
public static MsmlHelper valueOf(String name)
public String getMsmlId(Call call)
getMsmlId
in interface MsmlHelperInterface
call
- - the call for which the conference identifier is desiredpublic String getMsmlId(Participant participant)
getMsmlId
in interface MsmlHelperInterface
participant
- - the participant for which the session identifier is desired.Copyright © 2023 Avaya. All rights reserved.