Remove and add microphone at beta5 version
问题 I use new beta5 version of Twilio to create video chat: https://media.twiliocdn.com/sdk/js/video/releases/1.0.0-beta5/docs/#toc5__anchor When user clicks first time on the button, I need remove his microphone. When user clicks second time on the button, I need restore his microphone. Beta4 version had two methods: addMicrophone() and removeMicrophone() : https://media.twiliocdn.com/sdk/js/video/releases/1.0.0-beta4/docs/LocalMedia.html How can I remove and add microphone at beta5 version ?