💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
### **拒绝接听** int rejectVideoCall(int userId) #### 接口说明: 拒绝视频呼叫请求,呼叫方将会受到被拒绝通知(AnyChatVideoCallEvent事件中的onReceiveVideoCallError回调通知) #### 返回值: 0—成功 其他错误代码 #### 接口参数简介: | 名称 | 类型 | 说明 | 是否必须 | | --- | --- | --- | --- | | userId| int| 呼叫方用户ID | 是 | #### 示例代码: ``` // anychatSDK is the instance of sdk int status = anychatSDK.rejectVideoCall(userId);//拒绝接听 ```