rangeAudio property

RTCRangeAudio rangeAudio

Gets range audio instance.

API call result:

  • RTCRangeAudio: Success. You will get an RTCRangeAudio returned from the SDK.
  • null: Failure. The current SDK does not provide range audio function.

The first time this API is called must be between creating a room and actually entering the room.

Implementation

RTCRangeAudio get rangeAudio;