Class StreamCallActivityConfiguration

    • Constructor Detail

      • StreamCallActivityConfiguration

        StreamCallActivityConfiguration(Boolean closeScreenOnError, Boolean closeScreenOnCallEnded, Boolean canSkiPermissionRationale, Boolean canSkipPermissionRationale, Boolean canKeepScreenOn, Bundle custom)
    • Method Detail

      • getCanSkiPermissionRationale

         final Boolean getCanSkiPermissionRationale()

        When set to false, the activity will simply ignore the showRationale from the system and show the rationale screen anyway.

      • getCanSkipPermissionRationale

         final Boolean getCanSkipPermissionRationale()

        When set to false, the activity will simply ignore the showRationale from the system and show the rationale screen anyway.

      • getCustom

         final Bundle getCustom()

        Custom configuration extension for any extending classes. Can be used same as normal extras.