VICalls
Methods
getMissingPermissions
@JvmStaticfun getMissingPermissions(videoSupportEnabled: Boolean
): List<String>
This API is in beta and subject to change.
Gets the list of required permissions that have not been granted by user yet.
Parameters
videoSupportEnabled:
Boolean
Whether permissions for video calls are required
Returns
type:
List<String>
Props
version
val version: String
Returns
type:
String
eglBase
var eglBase: EglBase?
This API is in beta and subject to change.
Externally created WebRTC EglBase.
Returns
type:
EglBase?