@zoom/rtms
    Preparing search index...

    Type Alias UserUpdateCallback

    UserUpdateCallback: (op: number, participant: ParticipantInfo) => void

    Callback function for user update events (participant join/leave at SDK level)

    Type Declaration

      • (op: number, participant: ParticipantInfo): void
      • Parameters

        • op: number

          The operation type (USER_JOIN or USER_LEAVE constant)

        • participant: ParticipantInfo

          Information about the participant

        Returns void