Voice/Video Calling
Authentication Flow
A client must have an access token to access the service.
Your backend service should create an access token and save it at your client first before making or receiving a call.
An access token can be invalidated by this api.
Call Flow
Use this api to make a call
Summary
Create an access token for all callers and callees so that the clients can connect to the service
Create a call for a caller and send the call-id to the callee
Flutter SDK
Last updated