onIceGatheringStateChanged method

  1. @override
void onIceGatheringStateChanged(
  1. int userId,
  2. RTCIceGatheringState state
)
inherited

Implementation

@override
void onIceGatheringStateChanged(int userId, RTCIceGatheringState state) {
  log("onIceGatheringStateChanged state= $state for userId= $userId", _TAG);
}