Added resolution setting.

This commit is contained in:
Håvar Aambø Fosstveit
2019-04-12 09:10:05 +02:00
parent b422cd3892
commit 091ad77179
4 changed files with 144 additions and 27 deletions
+8
View File
@@ -113,6 +113,14 @@ export const setSelectedWebcamDevice = (deviceId) =>
};
};
export const setVideoResolution = (resolution) =>
{
return {
type : 'SET_VIDEO_RESOLUTION',
payload : { resolution }
};
};
export const setFileSharingSupported = (supported) =>
{
return {