暂停/恢复接收指定的远端视频流。

    参数名称 参数描述 参数类型
    userId 用户ID String
    mute 是否停止接收 Bool

    使用:

    1. TencentRtcPlugin.muteRemoteVideoStream(userId: "123",mute: true);