如何在kurento多对多通话(群组通话)中启用/禁用参与者(不是我们自己)的视频? [英] How to enable/disable the video of participants(not our own) in kurento many-to-many call(group call) .?

查看:427
本文介绍了如何在kurento多对多通话(群组通话)中启用/禁用参与者(不是我们自己)的视频?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究Kurento,并且正在使用多对多教程(群组通话)现在我只想静音(禁用)会议室中参与者(不是我自己)的视频,但他们的音频应该保留

I am working on the Kurento and I am using many-to-many tutorial(group call) Now i want to mute(disable) only the video of the participants(not my own) in the room but their audio should remain enabled.Also I should be able to enable/disable the video as many time as i want.?

请帮忙。我是webrtc的新手。

Kindly help.I am new in webrtc.

推荐答案

您可以使用

participants[name].rtcPeer.videoEnabled = false;

您可以通过使用以下Java代码来做到这一点

You can do this by using following java code

user1OutgoingMedia.disconnect(user2IncomingMedia, MediaType.VIDEO);

这篇关于如何在kurento多对多通话(群组通话)中启用/禁用参与者(不是我们自己)的视频?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆