Added resolution setting.
This commit is contained in:
@@ -113,6 +113,14 @@ export const setSelectedWebcamDevice = (deviceId) =>
|
||||
};
|
||||
};
|
||||
|
||||
export const setVideoResolution = (resolution) =>
|
||||
{
|
||||
return {
|
||||
type : 'SET_VIDEO_RESOLUTION',
|
||||
payload : { resolution }
|
||||
};
|
||||
};
|
||||
|
||||
export const setFileSharingSupported = (supported) =>
|
||||
{
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user