Object StreamCallActivity.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • callIntent

         final <T extends StreamCallActivity> Intent callIntent(Context context, StreamCallId cid, List<String> members, Boolean leaveWhenLastInCall, String action, Class<T> clazz, StreamCallActivityConfiguration configuration, Bundle extraData)

        Factory method used to build an intent to start this activity.

        Parameters:
        context - the context.
        cid - the Call id
        members - list of members
        action - android action.
        clazz - the class of the Activity
        configuration - the configuration object
        extraData - extra data to pass to the activity