CallStatsMapPublisher constructor
CallStatsMapPublisher({
- required bool isLive,
- CallStatsLocation? location,
- String? name,
- required PublishedTrackFlags publishedTracks,
- String? publisherType,
- required String userId,
- required String userSessionId,
Returns a new CallStatsMapPublisher instance.
Implementation
CallStatsMapPublisher({
required this.isLive,
this.location,
this.name,
required this.publishedTracks,
this.publisherType,
required this.userId,
required this.userSessionId,
});