| | 4 | |
| | 5 | == Operation Notes == |
| | 6 | |
| | 7 | You can get info about a running conference by logging into `paul.mayfirst.org` and running `fs_cli` |
| | 8 | |
| | 9 | To see all conference participants: |
| | 10 | |
| | 11 | {{{ |
| | 12 | conference list |
| | 13 | }}} |
| | 14 | |
| | 15 | Note: this will list the participants for each running conference. |
| | 16 | |
| | 17 | To mute a given member: |
| | 18 | |
| | 19 | {{{ |
| | 20 | conference <conference_number> mute <conference_member_id> |
| | 21 | }}} |
| | 22 | |
| | 23 | To record: |
| | 24 | |
| | 25 | {{{ |
| | 26 | conference <confname> recording start <file_path> |
| | 27 | conference <confname> recording check <confname> |
| | 28 | conference <confname> recording stop <file_path>|all |
| | 29 | conference <confname> recording pause <file_path> |
| | 30 | conference <confname> recording resume <file_path> |
| | 31 | }}} |
| | 32 | |
| | 33 | == Installation Notes == |