Type alias ClientConfigObject

ClientConfigObject: ConfigObjectJS | {
    region?: ConfigRegion;
} & Omit<ConfigObjectJS, "region">

Represents the configuration object for the client.

The ClientConfig class provides a convenient way to configure the client by specifying various properties. These properties control different aspects of the client's behavior, such as API URLs, media reoffer, and WebSocket settings.

Example

[[include:snippet_SetClientConfig.txt]]