Agora Java API Reference for Android
Static Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.Constants.MultipathMode Enum Reference

The transmission mode of data over multiple network paths. More...

Static Public Member Functions

static int getValue (MultipathMode mode)
 

Public Attributes

 MULTIPATH_MODE_DUPLICATE =(0)
 
 MULTIPATH_MODE_DYNAMIC =(1)
 

Detailed Description

The transmission mode of data over multiple network paths.

Since
4.6.0

Member Data Documentation

◆ MULTIPATH_MODE_DUPLICATE

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

◆ MULTIPATH_MODE_DYNAMIC

io.agora.rtc2.Constants.MultipathMode.MULTIPATH_MODE_DYNAMIC =(1)

1: Dynamic transmission mode. The SDK dynamically selects the optimal path for data transmission based on the current network conditions to improve transmission performance.