Increase uncompressed video attachment size to 300 Mb.
This commit is contained in:
parent
2ea5bd2d44
commit
8c1737e597
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class PushMediaConstraints extends MediaConstraints {
|
|||
|
||||
@Override
|
||||
public int getUncompressedVideoMaxSize(Context context) {
|
||||
return isVideoTranscodeAvailable() ? 200 * MB
|
||||
return isVideoTranscodeAvailable() ? 300 * MB
|
||||
: getVideoMaxSize(context);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue