Interface: IWSDKAudioPortOptions
Defined in: packages/iwsdk-environment/src/audio-port.ts:36
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
parent? | readonly | Entity | Parent for the voice entities. Defaults to the world's default parent. | packages/iwsdk-environment/src/audio-port.ts:38 |
startTimeoutMs? | readonly | number | How long to wait for a voice to start before giving up on it, milliseconds. Default 10 000 - generous, because a cold asset fetch on a headset over hotel wifi is slower than anyone's patience. | packages/iwsdk-environment/src/audio-port.ts:44 |