StreamingSettings class

Settings for a live streaming instance

Learn more about configuring a live streaming endpoint. To learn more about live streaming—both RTMP and HLS—with Daily see this live streaming introductory guide.

Annotations
  • @freezed

Constructors

StreamingSettings({StreamingVideoSettings? video, StreamingAudioSettings? audio, StreamingLayout? layout, int? maxDuration})
const
factory
StreamingSettings.fromJson(Map<String, dynamic> json)
factory

Properties

audio StreamingAudioSettings?
no setterinherited
copyWith → $StreamingSettingsCopyWith<StreamingSettings>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
layout StreamingLayout?
no setterinherited
maxDuration int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
video StreamingVideoSettings?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited