activeLiveChatId property

String? activeLiveChatId
getter/setter pair

The ID of the currently active live chat attached to this video.

This field is filled only if the video is a currently live broadcast that has live chat. Once the broadcast transitions to complete this field will be removed and the live chat closed down. For persistent broadcasts that live chat id will no longer be tied to this video but rather to the new video being displayed at the persistent page.

Implementation

core.String? activeLiveChatId;