+ "example": "import { modeling } from '@kittycad/lib'\n\nasync function example() {\n const response = await modeling.modeling_commands_ws({\n fps: 7,\n pool: 'string',\n unlocked_framerate: true,\n video_res_height: 7,\n video_res_width: 7,\n webrtc: true,\n body: {\n candidate: {\n candidate: 'The candidate string associated with the object.',\n sdpMLineIndex: 7,\n sdpMid: \"The identifier of the 'media stream identification' as defined in [RFC 8841](https://tools.ietf.org/html/rfc8841).\",\n usernameFragment:\n 'The username fragment (as defined in [RFC 8445](https://tools.ietf.org/html/rfc8445#section-5.2.1)) associated with the object.',\n },\n type: 'trickle_ice',\n },\n })\n if ('error_code' in response) throw response\n console.log(JSON.stringify(response, null, 2))\n}\n",
0 commit comments