InitAudioRequest

Initializes the Audio Streaming System on the client.


During the Audio Streaming System initialization, the audio parameters set in the server-side configuration are loaded by the client. The initialization request is the first operation to be executed in order to use the Audio Streaming System features. Once the initialization is completed, the SFSAudioEvent.INIT event is fired: the client has now access to the list of audio devices and can start to stream audio.

Constructor

new InitAudioRequest()

Creates a new instance of the InitAudioRequest class.
Pass the instance to the SmartFox#send method to validate and execute the request.