Fishjam Mobile SDK - v0.24.0
    Preparing search index...

    Type Alias JoinRoomConfig<PeerMetadata>

    type JoinRoomConfig<PeerMetadata extends GenericMetadata = GenericMetadata> = {
        config?: ConnectionConfig;
        fishjamId: string;
        peerMetadata?: PeerMetadata;
        peerToken: string;
    }

    Type Parameters

    Index

    Properties

    Additional connection configuration

    fishjamId: string

    Fishjam ID, which is used to connect to the room. You can get it at https://fishjam.io/app

    peerMetadata?: PeerMetadata

    String indexed record with metadata, that will be available to all other peers

    peerToken: string

    Token received from server (or Room Manager)