ConnectionPaths define all the connection paths for a given client state.

interface ConnectionPaths {
    clientId: string;
    paths: string[];
}

Properties

Properties

clientId: string

client state unique identifier

paths: string[]

list of connection paths