- Register user within the workspace
- Create a meeting room for tutoring
- Invite user to join the created meeting room
Register user to the workspace
Pagecall manages users in the workspace scope. You can invite or change the permission of invited users. To register a user to the workspace using API, you can use the Create User API.access_token
, user can join the room with authentication that anonymous user can not access.
Create a meeting room
After registering a user to the workspace, you can create a meeting room that can be either public or private, which only authenticated users can join. Below is an example code snippet using the Create Room API to create a private one-on-one meeting room:member
. To add or update the member states, check the Member APIs.
Additionally, there are three different types for room:
open
: Anyone, including anonymous users, can join the room without an invitation or approval.public
: All users registered in the same workspace can join the room.private
: Only invited users can join the room.