getSharedChatSession

suspend fun getSharedChatSession(broadcasterId: String): SharedChatSession

Twitch API: Get Shared Chat Session

Retrieves the active shared chat session for a channel.

NOTE: This endpoint is only available for channels that are in an active shared chat session. If the channel is not in a shared chat session, the response will be a 404 error.

Return

the active SharedChatSession for the specified channel.

Parameters

broadcasterId

the User ID of the channel broadcaster.