Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

iOS pauseVideo throws error

Zhen_L_
Beginner
277 Views

I am doing conference mode on iOS.

I notice when I tried to puase a remote stream (from some other user, not the mcu stream). I get this error thrown in [conferenceClient pauseVideo] API

Error Domain=com.intel.webrtc Code=3000 "ÒΩ´°" UserInfo={NSLocalizedDescription=ÒΩ´°}

How Should I interpret this error? Is that something thrown by the server? or something within webrtc library?

0 Kudos
1 Reply
Jianjun_Z_Intel
Employee
277 Views

Hi Zhen,

Which version of SDK are you using? There is a character set problem in previous versions. I think it has been fixed in 3.3.

For the pauseVideo error you mentioned, please confirm that the stream you are going to pause is subscribed. pauseVideo only works for streams that are subscribed.

0 Kudos
Reply