mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 06:25:21 +00:00
wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user