我已经使用apiRTC js在我的项目中集成了视频和语音通话。视频通话效果很好。但是我在语音通话方面遇到了问题。在语音呼叫期间,当接收方用户接受呼入请求时,其视频也会显示给呼叫发送方。即视频流也与音频流一起被传递到远程容器。
下面是我发出呼叫的代码:
var contact = connectedSession.getOrCreateContact($("#pntNum").val());
var call = contact.call(null, {audioOnly: true});
if (call !== null) {
if (call.getContact(
尝试让我的discord机器人将用户移动到消息作者所在的语音通道。例如,我写了!move @john,然后机器人就会把"john“移到我的语音频道。 # command to move a user to current channel
@bot.command()
async def move(ctx,member:discord.Member=None):
channel= discord.utils.get(ctx.guild.voice_channels)
if not member:
await ctx.send("Who am I