监听录屏开始事件
监听事件的回调函数
callback 回调函数接收的对象扩展属性描述:
const recorder = tt.getGameRecorderManager(); recorder.onStart(res => { // do somethine; }); recorder.start();
关闭