[mirotalksfu] - add share YouTube to all/single
هذا الالتزام موجود في:
@@ -448,7 +448,11 @@ io.on('connection', (socket) => {
|
||||
|
||||
socket.on('youTubeAction', (data) => {
|
||||
log.debug('YouTube: ', data);
|
||||
roomList.get(socket.room_id).broadCast(socket.id, 'youTubeAction', data);
|
||||
if (data.peer_id == 'all') {
|
||||
roomList.get(socket.room_id).broadCast(socket.id, 'youTubeAction', data);
|
||||
} else {
|
||||
roomList.get(socket.room_id).sendTo(data.peer_id, 'youTubeAction', data);
|
||||
}
|
||||
});
|
||||
|
||||
socket.on('wbCanvasToJson', (data) => {
|
||||
|
||||
@@ -17,4 +17,4 @@ rm csr.pem
|
||||
# https://www.sslchecker.com/certdecoder
|
||||
```
|
||||
|
||||
For trusted certificate, take a look at [Let's Encrypt](https://letsencrypt.org/i) and [Certbot](https://certbot.eff.org/).
|
||||
For trusted certificate, take a look at [Let's Encrypt](https://letsencrypt.org/i) and [Certbot](https://certbot.eff.org/).
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم