Re: [Asterisk-java-devel] MeetMe list command action
Brought to you by:
srt
From: Tomás L. P. T. <tom...@gm...> - 2010-02-08 19:24:41
|
On Mon, Feb 8, 2010 at 2:58 PM, Augusto Campos <a-c...@cr...>wrote: > > Hi there, > > As you can see in (http://www.voip-info.org/wiki/view/Asterisk+cmd+MeetMe) > the command for list the meetme rooms is only "meetme" so how in > MeetMeManager class is "meetme list? > > class MeetMeManager > { > private static final String MEETME_LIST_COMMAND = *"meetme list"*; > ... > > Hi Augusto: Asterisk-Java use the meetme list command to populate the information about the participants in each meet rooms with users in the system. This command is used only internally by the Live API. I hope that this clarifies your doubt. Best regards, Tomás. |