Skip to the content.

//[](../../../index.html)/[pro.streem.sdk](../index.html)/[Streem](index.html)/[getMissingPermissions](get-missing-permissions.html)

getMissingPermissions

[androidJvm]
abstract fun getMissingPermissions(context: Context): List<String>

Returns a list of the permissions required to use the Streem SDK that are not presently granted.

Parameters

androidJvm

   
context the Context to use when checking each required permission’s grant status.