public class ConfbridgeTalkingEvent extends ManagerEvent
source| Constructor and Description |
|---|
ConfbridgeTalkingEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannel()
Returns the name of the channel on which a participant started or stopped talking.
|
String |
getConference()
Returns the id of the conference.
|
Boolean |
getTalkingStatus()
Returns the talking status.
|
String |
getUniqueId()
Returns the unique id of the channel on which a participant started or stopped talking.
|
void |
setChannel(String channel)
Sets the name of the channel on which a participant started or stopped talking.
|
void |
setConference(String conference)
Sets the id of the conference.
|
void |
setTalkingStatus(Boolean talkingStatus)
Sets the talking status on or off.
|
void |
setUniqueId(String uniqueId)
Sets the unique id of the channel on which a participant started or stopped talking.
|
appendPropertyIfNotNull, getDateReceived, getFile, getFunc, getLine, getPrivilege, getSequenceNumber, getServer, getTimestamp, setDateReceived, setFile, setFunc, setLine, setPrivilege, setSequenceNumber, setServer, setTimestamp, toStringgetSourcepublic ConfbridgeTalkingEvent(Object source)
public void setConference(String conference)
conference - the id of the conference.public String getConference()
public void setChannel(String channel)
channel - the name of the channel on which a participant started or stopped talking.public String getChannel()
public String getUniqueId()
public void setUniqueId(String uniqueId)
uniqueId - the unique id of the channel on which a participant started or stopped talking.public void setTalkingStatus(Boolean talkingStatus)
talkingStatus - the talking statuspublic Boolean getTalkingStatus()
true if the participant started talking, false if the participant stopped talking.Copyright © 2004–2016. All rights reserved.