YouTube Data API v3 (youtube:v3)

2024-10-08

1 new method

Additions

    Methods
  • youtube.youtube.v3.liveChat.messages.stream

      Path : youtube/v3/liveChat/messages/stream

      Parameters :

        liveChatId

          Description : The id of the live chat for which comments should be returned.

          Location : query

          Type : string

        profileImageSize

          Maximum : 720

          Description : Specifies the size of the profile image that should be returned for each user.

          Minimum : 16

          Location : query

          Type : integer

          Format : uint32

        hl

          Type : string

          Description : Specifies the localization language in which the system messages should be returned.

          Location : query

        pageToken

          Type : string

          Location : query

          Description : The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken property identify other pages that could be retrieved.

        part

          Description : The *part* parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id, snippet, and authorDetails.

          Type : string

          Repeated : Yes

          Location : query

        maxResults

          Description : The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.

          Maximum : 2000

          Default : 500

          Location : query

          Type : integer

          Format : uint32

          Minimum : 200

      HTTP Method : GET

      Flat Path : youtube/v3/liveChat/messages/stream

      Description : Allows a user to load live chat through a server-streamed RPC.