Description
I have created a app Edulip (Intent to publish: No Account-level app OAuth app),
generate a access token , refresh token . access token is valid when revoke it, but at the time of create a meeting api show error 124 (Invalid access token.).
I am using curl with PHP 7.2.
i want to create 4 or 5 meeting at the same time from a account. I am able to do this but after start first meeting i am unable to start other meeting and getting a message that host is already in other meeting. How can we start all meeting at same time? Or it is possible to assign other guys as host for other meeting id so that all meeting can run at the same time. If yes which API is help full for this