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

android how to publish unmixed stream

Somnus_Chen
Beginner
397 Views

Hi, javascript SDK, publish options {unmix:true}, but android SDK, there is no such config in PublishOptions.

By the way, I setResolution(1920, 1080), but the mixed remotestream only supported 640x480 or lower! Is this your limit or my wrong configuration?

0 Kudos
3 Replies
He_Z_Intel
Employee
397 Views

Which version did you use?

0 Kudos
Somnus_Chen
Beginner
397 Views

3.5.2

    I found  N.API.createRoom can change the default resolution.    thanks a lot! 

0 Kudos
He_Z_Intel
Employee
397 Views

you can use ConferenceClient.unmix to unmix a published stream.

0 Kudos
Reply