ZegoUIKitReceiveSEIEvent constructor

ZegoUIKitReceiveSEIEvent({
  1. required String streamID,
  2. required String typeIdentifier,
  3. required String senderID,
  4. required Map<String, dynamic> sei,
  5. required ZegoStreamType streamType,
})

Implementation

ZegoUIKitReceiveSEIEvent({
  required this.streamID,
  required this.typeIdentifier,
  required this.senderID,
  required this.sei,
  required this.streamType,
});