4.1. imc_manager()
- 5. MI Commands
+ 5. RPC Commands
- 5.1. imc_list_rooms
- 5.2. imc_list_members
+ 5.1. imc.list_rooms
+ 5.2. imc.list_members
6. Statistics
4.1. imc_manager()
- 5. MI Commands
+ 5. RPC Commands
- 5.1. imc_list_rooms
- 5.2. imc_list_members
+ 5.1. imc.list_rooms
+ 5.2. imc.list_members
6. Statistics
}
...
-5. MI Commands
+5. RPC Commands
- 5.1. imc_list_rooms
- 5.2. imc_list_members
+ 5.1. imc.list_rooms
+ 5.2. imc.list_members
-5.1. imc_list_rooms
+5.1. imc.list_rooms
Lists of the IM Conferencing rooms.
- Name: imc_list_rooms
+ Name: imc.list_rooms
Parameters: none
- MI FIFO Command Format:
- :imc_list_rooms:_reply_fifo_file_
- _empty_line_
+ RPC Command Format:
+...
+kamcmd imc_list_rooms
+...
-5.2. imc_list_members
+5.2. imc.list_members
Listing of the members in IM Conferencing rooms.
- Name: imc_list_members
+ Name: imc.list_members
Parameters:
* _room_ : the room for which you want to list the members
- MI FIFO Command Format:
- :imc_list_members:_reply_fifo_file_
- _room_
- _empty_line_
+ RPC Command Format:
+...
+kamcmd imc_list_members _room_
+...
6. Statistics