public class MeetMeLeaveEvent extends AbstractMeetMeEvent
Channel and unqiueId properties for this event are available since Asterisk 1.0.
It is implemented in apps/app_meetme.c
source
Constructor and Description |
---|
MeetMeLeaveEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
String |
getCallerIdName()
Returns the Caller*ID Name of the channel that left the conference.
|
String |
getCallerIdNum()
Returns the Caller*ID Number of the channel that left the conference.
|
Long |
getDuration()
Returns how long the user spent in the conference.
|
void |
setCallerIdName(String callerIdName)
Sets the Caller*ID Name of the channel that left the conference.
|
void |
setCallerIdNum(String callerIdNum)
Sets the Caller*ID Number of the channel that left the conference.
|
void |
setDuration(Long duration)
Sets how long the user spent in the conference.
|
getChannel, getMeetMe, getUniqueId, getUserNum, setChannel, setMeetMe, setUniqueId, setUserNum
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toString
getSource
public MeetMeLeaveEvent(Object source)
source
- public String getCallerIdName()
This property is available since Asterisk 1.4.
public void setCallerIdName(String callerIdName)
callerIdName
- the Caller*ID Name of the channel that left the conference.public String getCallerIdNum()
This property is available since Asterisk 1.4.
public void setCallerIdNum(String callerIdNum)
callerIdNum
- the Caller*ID Number of the channel that left the conference.public Long getDuration()
This property is available since Asterisk 1.4.
public void setDuration(Long duration)
duration
- the duration in seconds the user spent in the conference.Copyright © 2004–2016. All rights reserved.