Methods on the HiFiCommunicator class allow developers to perform actions such as:
connectToHiFiAudioAPIServer()
updateUserDataAndTransmit()
setInputAudioMediaStream()
Methods on the HiFiCommunicator class allow developers to perform actions such as:
connectToHiFiAudioAPIServer()
: Connect to and disconnect from the High Fidelity Audio ServerupdateUserDataAndTransmit()
: Update the user's data (position, orientation, etc) on the High Fidelity Audio ServersetInputAudioMediaStream()
: Set a new input audio media stream (for example, when the user's audio input device changes)