|
|
|
|
|
|
90
|
disableSuspendVideo: true,
|
90
|
disableSuspendVideo: true,
|
|
91
|
// disables or enables RTX (RFC 4588) (defaults to false).
|
91
|
// disables or enables RTX (RFC 4588) (defaults to false).
|
|
92
|
disableRtx: false,
|
92
|
disableRtx: false,
|
|
93
|
- // Sets the preferred resolution (height) for local video. Defaults to 360.
|
|
|
|
|
|
93
|
+ // Sets the preferred resolution (height) for local video. Defaults to 720.
|
|
94
|
resolution: 720,
|
94
|
resolution: 720,
|
|
95
|
// Enables peer to peer mode. When enabled system will try to establish
|
95
|
// Enables peer to peer mode. When enabled system will try to establish
|
|
96
|
// direct connection given that there are exactly 2 participants in
|
96
|
// direct connection given that there are exactly 2 participants in
|