sendPublisherIceCandidate abstract method

void sendPublisherIceCandidate({
  1. required RTCIceCandidate candidate,
  2. required ConnectionType connectionType,
  3. required String roomId,
})

Implementation

void sendPublisherIceCandidate({
  required RTCIceCandidate candidate,
  required ConnectionType connectionType,
  required String roomId,
});