MeetMeAdmin( )
|
Performs MeetMe conference administration
|
MeetMeAdmin(confno,command[,pin])
Runs the specified MeetMe administration
command on the specified conference. The
command may be one of the following (note that the
pin argument is used only for the k
option):
K
-
Kicks all users out of the conference
k
-
Kicks one user (with the specified PIN as the
third argument) out of the conference
e
-
Ejects the last user that joined
L
-
Locks the conference
l
-
Unlocks the conference
M
-
Mutes the conference
m
-
Unmutes the conference
N
-
Mutes the entire conference (except admin)
n
-
Unmutes the entire conference (except admin)
; mute conference 501
exten => 123,1,MeetMeAdmin(501,M)
; kick user with PIN number 1234 from conference 501
exten => 124,1,MeetMeAdmin(501,k,1234)
See Also
MeetMe( ),
MeetMeCount(
)
|