kaishiqingqiu
This commit is contained in:
@@ -36,7 +36,11 @@ class RtcClient {
|
||||
});
|
||||
console.log('join room success');
|
||||
this.isJoined_ = true;
|
||||
|
||||
$.ajax({
|
||||
url: window.url + 'StartMCUMixTranscode?roomid=' + window.roomid,
|
||||
headers: { "Authorization": "Bearer " + localStorage.getItem("token")}
|
||||
|
||||
})
|
||||
// create a local stream with audio/video from microphone/camera
|
||||
if (getCameraId() && getMicrophoneId()) {
|
||||
this.localStream_ = TRTC.createStream({
|
||||
|
||||
Reference in New Issue
Block a user