JoinMeetingOptions: { newHost?: string; joinURL?: string }

Type declaration

  • Optional newHost?: string

    newHost?: participantUUID

    Optional when user is host.

    Ignored when user is in the out-of-meeting.

    If unspecified, the host is prompted to pick a new host using the standard meeting prompt and then leave the meeting. If the host cancels, the host continues to stay in the meeting.

    Ignored if specified when user is not host.

  • Optional joinURL?: string

    URL of the meeting to join.

    When unspecified, a new meeting is created with the Invite Participants panel open by default upon join.

Generated using TypeDoc