Hiyve Components - v1.0.0
    Preparing search index...

    Interface ActiveRoomsStreamHandle

    Handle returned by connectActiveRoomsStream for closing the SSE connection.

    interface ActiveRoomsStreamHandle {
        close(): void;
    }
    Index

    Methods

    Methods

    • Close the SSE connection

      Returns void