enabledPermission property

List<Permission>? enabledPermission
final

enabledPermission is a list of permissions that the user has to grant to the app. By default the UIKit asks for the camera and microphone permissions for every broadcaster that joins the channel.

Implementation

final List<Permission>? enabledPermission;