mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Allow for larger input videos for sending.
This commit is contained in:
committed by
Greyson Parrelli
parent
58443c46be
commit
6daee5719b
@@ -62,7 +62,7 @@ public class PushMediaConstraints extends MediaConstraints {
|
||||
|
||||
@Override
|
||||
public long getUncompressedVideoMaxSize(Context context) {
|
||||
return isVideoTranscodeAvailable() ? 500 * MB
|
||||
return isVideoTranscodeAvailable() ? RemoteConfig.maxSourceTranscodeVideoSizeBytes()
|
||||
: getVideoMaxSize(context);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user