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
callerIdName, callerIdNum, channelState, channelStateDesc, connectedLineName, connectedLineNum, context, exten, priority
source
Constructor and Description |
---|
MeetMeLeaveEvent(Object source) |
Modifier and Type | Method and Description |
---|---|
Long |
getDuration()
Returns how long the user spent in the conference.
|
void |
setDuration(Long duration)
Sets how long the user spent in the conference.
|
getChannel, getMeetMe, getUniqueId, getUser, getUserNum, setChannel, setMeetMe, setUniqueId, setUser, setUserNum
appendPropertyIfNotNull, getCallerIdName, getCallerIdNum, getChannelState, getChannelStateDesc, getConnectedLineName, getConnectedLineNum, getContext, getDateReceived, getExten, getFile, getFunc, getLine, getPriority, getPrivilege, getSequenceNumber, getServer, getSystemName, getTimestamp, setCallerIdName, setCallerIdNum, setChannelState, setChannelStateDesc, setConnectedLineName, setConnectedLineNum, setContext, setDateReceived, setExten, setFile, setFunc, setLine, setPriority, setPrivilege, setSequenceNumber, setServer, setSystemName, setTimestamp, toString
getSource
public MeetMeLeaveEvent(Object source)
source
- 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–2020. All rights reserved.