public abstract class AbstractMeetMeEvent extends ManagerEvent
MeetMe events are implemented in apps/app_meetme.c
source| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMeetMeEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel()
Returns the name of the channel.
|
String |
getMeetMe()
Returns the conference number.
|
String |
getUniqueId()
Returns the unique id of the channel.
|
Integer |
getUserNum()
Returns the index of the user in the conference.
|
void |
setChannel(String channel)
Sets the name of the channel.
|
void |
setMeetMe(String meetMe)
Sets the conference number.
|
void |
setUniqueId(String uniqueId)
Sets the unique id of the channel.
|
void |
setUserNum(Integer userNum)
Sets the index of the user in the conference.
|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toStringgetSourceprotected AbstractMeetMeEvent(Object source)
source - public String getChannel()
This property is available since Asterisk 1.4.
public void setChannel(String channel)
This property is available since Asterisk 1.4.
channel - the name of the channel.public String getUniqueId()
This property is available since Asterisk 1.4.
public void setUniqueId(String uniqueId)
This property is available since Asterisk 1.4.
uniqueId - the unique id of the channel.public String getMeetMe()
public void setMeetMe(String meetMe)
meetMe - the conference number.public Integer getUserNum()
This can be used for the "meetme (mute|unmute|kick)" commands.
public void setUserNum(Integer userNum)
userNum - the index of the user in the conference.Copyright © 2004–2016. All rights reserved.