ClientConfig
type ClientConfig = {
remote_canvas_size: Vec2i;
encoder_config: EncoderConfig;
supported_devices: SupportedDevices;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:6
Type declaration
Name | Type |
---|---|
remote_canvas_size | Vec2i |
encoder_config | EncoderConfig |
supported_devices | SupportedDevices |