onFirstRemoteVideoDecoded method
Implementation
void onFirstRemoteVideoDecoded(int remoteUid, int width, int height) {
  // String? userId = _chat.model.curCall!.allUserAccounts[remoteUid];
  // if (_chat.model.curCall != null) {
  //   handlerMap.forEach((key, value) {
  //     value.onFirstRemoteVideoDecoded?.call(remoteUid, userId, width, height);
  //   });
  // }
}