I am trying to build an application for WebGL and I am using the Wit.AI package in it. When trying to Build the application, I am getting an error "Assets\wit-unity-0.0.39\Scripts\Runtime\Lib\Mic.cs(364,41): error CS0103: The name 'Microphone' does not exist in the current context" . Apparently, WebGL doesn't support the Microphone class of Unity. Can someone suggest me a solution for this?