|
Agora Java API Reference for Android
|
Defines how data is transmitted across multiple network paths. More...
Static Public Member Functions | |
| static int | getValue (MultipathMode mode) |
Public Attributes | |
| MULTIPATH_MODE_DUPLICATE =(0) | |
| MULTIPATH_MODE_DYNAMIC =(1) | |
Defines how data is transmitted across multiple network paths.
| io.agora.rtc2.Constants.MultipathMode.MULTIPATH_MODE_DUPLICATE =(0) |
0: Duplicate mode, where data is sent over multiple paths simultaneously. This mode ensures redundancy and can improve reliability in data transmission. @technical preview
| io.agora.rtc2.Constants.MultipathMode.MULTIPATH_MODE_DYNAMIC =(1) |
1: Dynamic mode, where the SDK dynamically selects the best path for data transmission. This mode optimizes the path based on current network conditions to enhance performance.
1.8.18