WebRtcSendingEvent constructor
WebRtcSendingEvent({
- required WebRtcSendingEventType eventType,
- required String eventData,
- String? sessionId,
Implementation
WebRtcSendingEvent(
{required this.eventType, required this.eventData, this.sessionId});