-
Notifications
You must be signed in to change notification settings - Fork 0
Access Link 3.x
Starting from 3.8.0 version the Kaleyra Video SDK allows performing calls using a call URL without authenticating with an access token. This is an opt-in feature and you are not required to use it. However, if you want to try the SDK or you want your customers to perform a call in a temporary session that lasts as long as the call you can opt-in for this feature.
In order to start a call with an access link you must:
- Configure the SDK as described here
- Present the CallWindow or the CallViewController providing it a JoinURLIntent as described here
An access link is just a join call URL. When you create calls using our REST APIs a set of join URLs are created for you, one for each participant. For more information take a look at our REST API documentation
Looking for other platforms? Take a look at Android, Flutter, ReactNative, Ionic / Cordova. Anything unclear or inaccurate? Please let us know by submitting an Issue or write us here.