Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

android how to publish unmixed stream

Somnus_Chen
Beginner
909 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
909 Views

Which version did you use?

0 Kudos
Somnus_Chen
Beginner
909 Views

3.5.2

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

0 Kudos
He_Z_Intel
Employee
909 Views

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

0 Kudos
Reply