Skip to content

Hkharoud/3868039 opt in drop down #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
3 changes: 2 additions & 1 deletion Project/src/MakeCall/MediaConstraint.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default class MediaConstraint extends React.Component {
{ key: 240, text: '240' },
{ key: 360, text: '360' },
{ key: 540, text: '540' },
{ key: 720, text: '720' }
{ key: 720, text: '720' },
{ key: 1080, text: '1080' },
];
this.videoSendBitRateConstraint = [
{ key: 0, text: 'None' },
Expand Down
Loading