@zoom/rtms
    Preparing search index...

    Type Alias UserUpdateCallback

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

    Callback function for user update events

    Type declaration

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

        • op: number

          The operation type (USER_EVENT_*)

        • participantInfo: ParticipantInfo

          Information about the updated participant

        Returns void