RequestOtherUserVideoNew(GetID("appUserTextBox").value);
}
else {
GetID("appUserTextBox").style.color = "red";
AddLog("The user name can not be empty!", LOG_TYPE_ERROR);
GetID("appUserTextBox").focus();
}
}
//停止视频按钮
GetID("stopVideo").onclick = function () {
BRAC_UserCameraControl(mTargetUserId, 0);
BRAC_UserSpeakControl(mTargetUserId, 0);
}
作者: lion521 时间: 2013-8-14 14:01
// 打开指定用户的音视频
function RequestOtherUserVideoNew(userid) {