问题描述
我正在通过 Google Workspace Admin API 创建房间资源。但是没有参数来指定 final CognitoAuthSession res = await Amplify.Auth.fetchAuthSession();
if (res.isSignedIn) {
// do your thang
}
。它始终设置为 Calendar-based room release
,但我希望将其设置为 Off
。
无论如何都可以使用任何 Google Api 来做到这一点?
解决方法
问题:
目前,您只能通过管理控制台开启或关闭房间发布。这在当前实现中无法通过 Directory API 实现。
提交功能请求:
如果您认为此功能有用,我建议您在问题跟踪器(这里是 corresponding template)中提交功能请求。