• Parameters

    • payload: {
          avatar?: string;
          displayName: string;
          done?: boolean;
          language: LiveTranscriptionLanguageCode;
          msgId: string;
          source: LiveTranscriptionMessageSource;
          text: string;
          timestamp: number;
          userId: number;
      }
      • Optional avatar?: string

        Avatar.

      • displayName: string

        Display name.

      • Optional done?: boolean

        Whether the sentence is done.

      • language: LiveTranscriptionLanguageCode

        Language code of the live translation.

      • msgId: string

        Message ID.

      • source: LiveTranscriptionMessageSource

        Source of the live transcription message.

      • text: string

        Text content.

      • timestamp: number

        Timestamp.

      • userId: number

        User sending the message.

    Returns void