probeUplink property

  1. @JsonKey(name: 'probeUplink')
bool? probeUplink
final

Sets whether to test the uplink network. Some users, for example, the audience members in a LIVE_BROADCASTING channel, do not need such a test. true : Test the uplink network. false : Do not test the uplink network.

Implementation

@JsonKey(name: 'probeUplink')
final bool? probeUplink;