ParticipantMediaStatus Enumeration |
Namespace: Avaya.ClientServices
public enum ParticipantMediaStatus
Member name | Value | Description | |
---|---|---|---|
NoMedia | 0 | An indication of no any active media transmission or receiving. It means client doesn't have this type of media in the conference. For example, could be reported when participant joins the conference with audio only. In this case video status will be no media. For example, could be reported when participant joins the conference as data only participant. In this case audio/video status could be no media. For example, could be reported when participant holds the call which result in renegotiating stopping sending/receiving media. | |
SendOnly | 1 | An indication of active media transmitting, no sending. It means client doesn't receive this type of media in the conference, only send it. Could be reported for audio when participant holds the conference call. In this case audio could be negotiated as sendonly. Could be reported as transition state during local operation(e.g video escalation). NoMedia->SendOnly->SendRecv | |
ReceiveOnly | 2 | An indication of active media receiving, no transmitting. It means client doesn't send this type of media in the conference, just receive it. Could be reported for pause video local operation. In this case video channels state are negotiated as recvonly. Could be reported as transition state during local operation(e.g video escalation). NoMedia->ReceiveOnly->SendRecv | |
SendReceive | 3 | An indication of active media receiving and transmitting. It means client sends and receives this type of media in the conference. Could be reported for active audio/video conference. | |
SendBlockedByServer | 4 | An indication of active media receiving, and transmitting is blocked by server. It means other participant doesn't get media from this participant, because server has blocked it. Could be reported when moderator has muted participant's audio or blocked participant's video. Could be reported when participant has blocked self media on conference server by sending request to server(network message or DTMF digit). | |
SelfMuted | 5 | The participant is receiving active media, but transmitting is blocked by participant itself. This means that other participant(s) in the call don't get media from this participant, because the participant has muted itself. | |
BothMuted | 6 | The participant is receiving active media, but transmitting is blocked by both the server and by the participant itself. |
© 2017 Avaya LLC. All Rights Reserved.