ScenariosInterface
Props
startConference
startConference: (request: StartConferenceRequest) => Promise<StartConferenceResponse>
Runs a session for video conferencing or joins the existing video conference session.
When you create a session by calling this method, a scenario runs on one of the servers dedicated to video conferencing. All further method calls with the same conference_name do not create a new video conference session but join the existing one.
Use the method for creating audio conferences.