mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-15 06:56:30 +00:00
wip
This commit is contained in:
parent
f2a99b7241
commit
d58744263a
@ -1,8 +1,6 @@
|
||||
package com.bitchat.android.features.media
|
||||
|
||||
object MediaConstraints {
|
||||
// Global configurable media size limit (in bytes)
|
||||
// Change this value to adjust the max size for all media transfers
|
||||
object MediaConstraints { // Change this value to adjust the max size for all media transfers
|
||||
const val MAX_MEDIA_BYTES: Long = 1L * 1024L * 1024L // 1 MB
|
||||
|
||||
// Maximum voice recording duration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user