Interface StreamPermissionCheck

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean checkAndroidPermissions(Context context, Call call) Return true if the user granted all the permissions so the Call can run.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • checkAndroidPermissions

         abstract Boolean checkAndroidPermissions(Context context, Call call)

        Return true if the user granted all the permissions so the Call can run.

        e.g. if the user granted the android.Manifest.permission.RECORD_AUDIO and the Call.state.ownCapability has "SendAudio" then we are safe to join and use the call since the permission for recording audio is granted and the user can stream the audio track.