sendEvent method

void sendEvent(
  1. RTCEvents event
)

Implementation

void sendEvent(RTCEvents event) {
  _roomEventController.sink.add(event);
}