Skip to content

Latest commit

 

History

History
92 lines (47 loc) · 2.46 KB

3. Service Functions.md

File metadata and controls

92 lines (47 loc) · 2.46 KB

Service Functions

Overview our services

Sign in with Google

Sign in with google

Create a room

Create a room

Delete a room

Delete a room

Count connected user

Count connected user

Chat and Reply

Chat and reply

Notice

Notice

Poll

Poll

Help

Help

Rename room title

Rename room title

Rename slide title

Rename slide title

Change slide order

Change slide order

Write markdown

Write markdown

Export codelab to pdf

Export codelab to pdf

Copy a link

Copy a link

@ Commands

@help

  • Display help message.

  • syntax: @help

ex) @help

@reply

  • Reply to a specific thread.

  • syntax: @reply #<hash_value> <description>

ex) @reply #47cd926 this is reply

@notice

  • Display new notice.

  • syntax: @notice <description>

ex) @notice this is notice

@poll

  • Start a poll.

  • syntax: @poll [-t <"question">] <"answers", ...>

ex) @poll -t "this is question" "ans 1", "ans 2", "ans 3"