属性签名 SessionStatus.connectionState
会话的连接状态。
签名
connectionState: 'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED';
详细信息
类型 |
'STATE_WAITING' | 'STATE_JOINED' | 'STATE_DISCONNECTED' |
可选 |
否 |
只读 |
否 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-21。
[null,null,["最后更新时间 (UTC):2025-02-21。"],[[["The provided content outlines three possible states for a meeting session: `STATE_WAITING`, `STATE_JOINED`, and `STATE_DISCONNECTED`."],["`STATE_WAITING` indicates that a session is waiting to be admitted into a meeting, but it might not always be observable."],["`STATE_JOINED` signifies that a session has successfully connected to and is part of the meeting."],["`STATE_DISCONNECTED` represents that the session is currently not connected to the meeting."],["The `connectionState` variable, represented by the provided signature, can only be set to one of these three available states."]]],[]]