Type alias OnActiveSpeakerChangeUserType

OnActiveSpeakerChangeUserType: { participantId: string; screenName: string; timestamp: string; participantUUID: string }

Type declaration

  • participantId: string

    Deprecated

    use participantUUID instead of participantId

  • screenName: string

    Screen name of the user who started speaking.

  • timestamp: string

    Timestamp at which the active speaker changed.

  • participantUUID: string

    A meeting-specific participant-identifier it persists as users navigate across breakout rooms or briefly loses connections.

Generated using TypeDoc