You can pass the width and height parameters as illustrated below:
skylink.joinRoom({
useExactConstraints: true
audio: true,
video: {
resolution: {
width: 1280,
height: 720
}
}
});Other articles you may be interested in: How do I set a fixed video resolution?