列出参与者
列出房间中的所有参与者。调用此API会对header中的admin-token进行验证。
接口url
GET https:<host>/api/admin/room/<room name>/participants
输入介绍
在url中提供房间名后,无需输入信息
输出介绍
List<ParticipantInfo>
列出房间中的所有参与者。调用此API会对header中的admin-token进行验证。
接口url
GET https:<host>/api/admin/room/<room name>/participants
输入介绍
在url中提供房间名后,无需输入信息
输出介绍
List<ParticipantInfo>