WebRtcSendingEvent constructor

WebRtcSendingEvent({
  1. required WebRtcSendingEventType eventType,
  2. required String eventData,
  3. String? sessionId,
})

Implementation

WebRtcSendingEvent(
    {required this.eventType, required this.eventData, this.sessionId});