getSpeakerList method

Future<void> getSpeakerList()

Implementation

Future<void> getSpeakerList() async {
  await TRTC.getSpeakerList();
}