Interface StreamConnectOptions

interface StreamConnectOptions {
    routingId?: string;
}

Properties

Properties

routingId?: string