-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
EnhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Android supports enabling Audio RED (redundant encoding) using the AudioTrackPublishOptions
.
Javascript supports the same flag using the TrackPublishOptions
It seems RED is currently not supported in the swift SDK at all.
Describe the solution you'd like
Add the red
boolean property to AudioPublishOptions
, like it exists on Android and Javascript SDKs.
Describe alternatives you've considered
none
Additional context
N/A
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or request