Type Alias: 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
Properties
remote_canvas_size
remote_canvas_size: Vec2i;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:7
encoder_config
encoder_config: EncoderConfig;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:8
supported_devices
supported_devices: SupportedDevices;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/ConfigureClientCommand.d.ts:9