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