@zoom/rtms
    Preparing search index...

    Type Alias SessionUpdateCallback

    SessionUpdateCallback: (op: number, sessionInfo: SessionInfo) => void

    Callback function for session update events

    Type declaration

      • (op: number, sessionInfo: SessionInfo): void
      • Parameters

        • op: number

          The operation type (SESSION_EVENT_*)

        • sessionInfo: SessionInfo

          Information about the updated session

        Returns void