开启或关闭音频共享.
调用时机
请在引擎初始化之后调用此接口,且该方法仅可在加入房间后调用。
参数说明
enable 是否开启音频共享。
enable
Future<int> enableLoopbackRecording(bool enable);