Twilio-video.js: Settings for incoming video resolution

Created on 22 May 2017  路  3Comments  路  Source: twilio/twilio-video.js

Hi all!
How can I change the settings for incoming data? Could not find the change dimensions for VideoTrack.

question

All 3 comments

Hi @av-k,

Currently, the size of a VideoTrack _received_ by any particular Participant matches the size of the LocalVideoTrack _sent_. So the only control for setting the dimensions of a VideoTrack are those which can be specified when calling createLocalTracks or createLocalVideoTrack (see https://github.com/twilio/twilio-video.js/issues/47 for more info). In the future, when we support simulcast/SVC, we may allow you to choose, e.g., a lower resolution; but this is not support yet.

Mark

@av-k closing this issue for now, since i think you're issue may have been solved? if not, feel free to re-open.

thanks,
mark

Is it possible to set different dimesions for local and remote video track now?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lightbringer2994 picture lightbringer2994  路  4Comments

paulbrie picture paulbrie  路  3Comments

kumail-raza picture kumail-raza  路  5Comments

vincentwoo picture vincentwoo  路  4Comments

himichaelroberts picture himichaelroberts  路  3Comments