@fishjam-cloud/js-server-sdk - v0.17.1
    Preparing search index...

    Type Alias Room

    type Room = {
        config: RoomOptions;
        id: RoomId;
        peers: Peer[];
    }
    Index

    Properties

    Properties

    config: RoomOptions
    id: RoomId
    peers: Peer[]