Interface ParticipantsChannelToClient
Participants data channel message from the server to the client.
Signature
declare interface ParticipantsChannelToClient
Property signatures
Name |
Description |
deletedResources |
List of deleted resources with no implied order. |
resources |
List of resource snapshots managed by the server, with no implied order. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["This content pertains to the `ParticipantsChannelToClient` interface, defining server-to-client messages in a developer preview."],["The `ParticipantsChannelToClient` interface is accessible through the Google Workspace Developer Preview Program for early feature access."],["The interface communicates two main pieces of information: `deletedResources`, representing resources that have been removed, and `resources`, showing current resource states."],["Both `deletedResources` and `resources` within the message are unordered lists, meaning no specific sequence is implied."]]],[]]