|
在web demo里面我看
if(typeof(OnAnyChatRecordSnapShotEx) == "function" && bSupportStreamRecordCtrlEx)
BRAC_RegisterCallBack(anychat, 'OnRecordSnapShotEx', OnAnyChatRecordSnapShotEx);
if(typeof(OnAnyChatRecordSnapShotEx2) == "function" && bSupportCluster)
BRAC_RegisterCallBack(anychat, 'OnRecordSnapShotEx2', OnAnyChatRecordSnapShotEx2);
有注册录像回调的事件但是 当录像完成以为并没有触发
function OnAnyChatRecordSnapShotEx2(dwUserId, dwErrorCode, lpFileName, dwElapse, dwFlags, dwParam, lpUserStr) {
}
function OnAnyChatRecordSnapShotEx(dwUserId, lpFileName, dwElapse, dwFlags, dwParam, lpUserStr) {
}
这2个方法里面的任何一个
录像调用方法 BRAC_StreamRecordCtrlEx(-1, 1,dwFlags, 0, filename); 采用的是服务端录制。
这个是为什么,有人碰到过吗?
|
|