getAllowedFileTypesByChannel
Builds the full "accept" string for , based on channel + medium rules.
Comma-separated list of allowed MIME types/extensions.
getAllowedFileTypesByChannel({ channelType: INBOX_TYPES.WHATSAPP });→ "audio/aac, audio/amr, image/jpeg, image/png, video/3gp, ..."
Generated using TypeDoc
Name
getAllowedFileTypesByChannel
Description
Builds the full "accept" string for , based on channel + medium rules.
Returns
Comma-separated list of allowed MIME types/extensions.
Example