Package | Description |
---|---|
org.asteriskjava.live |
Provides a higher level API on top of Asterisk's Manager API.
|
Modifier and Type | Method and Description |
---|---|
MeetMeUser |
AsteriskChannel.getMeetMeUser()
Returns the MeetMeUser associated with this channel if this channel is
currently taking part in a MeetMe conference.
|
Modifier and Type | Method and Description |
---|---|
Collection<MeetMeUser> |
MeetMeRoom.getUsers()
Returns a collection of all active users in this MeetMe room.
|
Modifier and Type | Method and Description |
---|---|
void |
AsteriskServerListener.onNewMeetMeUser(MeetMeUser user)
Called whenever a user joins a
MeetMeRoom . |
void |
AbstractAsteriskServerListener.onNewMeetMeUser(MeetMeUser user) |
Copyright © 2004–2017. All rights reserved.