| 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 |
AbstractAsteriskServerListener.onNewMeetMeUser(MeetMeUser user) |
void |
AsteriskServerListener.onNewMeetMeUser(MeetMeUser user)
Called whenever a user joins a
MeetMeRoom. |
Copyright © 2004–2021. All rights reserved.