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