[mirotalksfu] - add YouTube share video
هذا الالتزام موجود في:
@@ -434,6 +434,7 @@ function roomIsReady() {
|
||||
show(raiseHandButton);
|
||||
if (isAudioAllowed) show(startAudioButton);
|
||||
if (isVideoAllowed) show(startVideoButton);
|
||||
show(youTubeShareButton);
|
||||
show(fileShareButton);
|
||||
show(whiteboardButton);
|
||||
show(participantsButton);
|
||||
@@ -612,6 +613,12 @@ function handleButtons() {
|
||||
fileShareButton.onclick = () => {
|
||||
rc.selectFileToShare();
|
||||
};
|
||||
youTubeShareButton.onclick = () => {
|
||||
rc.youTubeShareVideo();
|
||||
};
|
||||
youTubeCloseBtn.onclick = () => {
|
||||
rc.closeYouTube(true);
|
||||
};
|
||||
sendAbortBtn.onclick = () => {
|
||||
rc.abortFileTransfer();
|
||||
};
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم