CameraViewOptions class

Constructors

CameraViewOptions({required String accessToken, required String deviceId, required int channelId, required String psk, required String playToken, required int bateMode, int width = 400, int height = 300, required bool isOpt, required bool isOpenAudio, required int imageSize})

Properties

accessToken String
final
bateMode int
final
channelId int
final
deviceId String
final
hashCode int
The hash code for this object.
no setterinherited
height int
use only for ios
final
imageSize int
use for android
final
isOpenAudio bool
final
isOpt bool
final
playToken String
final
psk String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
use only for ios
final

Methods

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

Operators

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