YouTube 数据 API 是否公开了 multi-camera 直播功能?

Does the YouTube Data API expose multi-camera livestream functionality?

我正在尝试将使用 multi-camera views as per Google's documentation 的 YouTube 直播活动整合到网站中 - 如果可能的话,我希望能够从直播活动中访问两个摄像机视图。

YouTube数据API是否支持查询多个不同的摄像头视图?它们是否被列为单个事件的 children?返回的数据结构是怎样的?

或者这根本不可能 - 即具有多个摄像机的单个现场活动将作为标准现场活动显示在 API 中?

YouTube 直播 API 目前不支持多摄像机角度。 API docs指定一个liveEvent只能绑定一个liveStream

liveStream - Contains information about the video stream that you are transmitting to YouTube. The stream provides the content that will be broadcast to YouTube users. Once created, a liveStream resource can be bound to exactly one liveBroadcast resource. (Similarly, the liveBroadcast resource can only be bound to one liveStream resource.