admin
22 July 2021
create meet
Request type : post
url : https://example.com/psd/PostApi/create
body: {"secret" : "12345" , "title" : "test" , "password" : "1111" , "description" :"description" , "lang" : "en"}
Parameter | Type | Description | |
secret | string | Is specified when installing the server | |
title | string | meet name | |
password | string | password is only used for teacher login | |
description | string | meet description | |
lang | string | en , fa |
If the request is successful, the created class ID will be returned
join meet
Request type : post
url : https://example.com/room/joinRoomApi
body: {"secret": "12345" , "roomID" :75 , "password": "1111" , "userName" : "mnm24" , "role" : "techer" }
body: {"secret" : "12345" , "roomID" : 75 , "password" : "" , "userName" : "mnm24" , "role" : "student" }
password is required for the teacher
If the request is successful, the meet entry link will be returned