RtcEngineConfig class

The configurations class of the PanoRtcEngineKit object.

PanoRtcEngineKit 对象的配置类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcEngineConfig(String appId, {String rtcServer = '', bool? videoCodecHwAcceleration = false, int? audioScenario = 0})
Constructs a RtcEngineConfig

Properties

appId String
The application ID applied from PANO.
getter/setter pair
audioScenario int?
The audio Scenario. Default: 0(voip).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rtcServer String
The PANO server address. Format: <"domain name">:port.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoCodecHwAcceleration bool?
Whether the video codec is enabled for hardware acceleration. Default: NO.
getter/setter pair

Methods

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

Operators

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