@ably/chat - v0.11.0
    Preparing search index...

    Variable ChatRoomProviderConst

    ChatRoomProvider: React.FC<ChatRoomProviderProps> = ...

    Provider for a Room. Must be wrapped in a ChatClientProvider.

    The provider automatically manages room attachment and release based on reference counting. The first provider for a room will attach it, and the last provider to unmount will release it.