onActiveSpeaker method

void onActiveSpeaker(
  1. int uid
)

Implementation

void onActiveSpeaker(int uid) {
  // String? userId = _chat.model.curCall!.allUserAccounts[uid];
  // handlerMap.forEach((key, value) {
  //   value.onActiveSpeaker?.call(uid, userId);
  // });
}