PartialStreamData constructor
PartialStreamData({})
Implementation
PartialStreamData({
required this.streamId,
required this.isLive,
required this.resolution,
this.broadcastingUrl,
this.watchingUrls
});
PartialStreamData({
required this.streamId,
required this.isLive,
required this.resolution,
this.broadcastingUrl,
this.watchingUrls
});