CallParam class

一对一通话模块 通话参数,作为 @ref JCall#call "call" 方法最后一个参数的入参

Constructors

CallParam({String extraParam = "", String ticket = "", bool toSip = false, bool earlyMediaEnable = false})

Properties

earlyMediaEnable bool
早期媒体开关
getter/setter pair
extraParam String
透传参数
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticket String
ticket 参数
getter/setter pair
toSip bool
呼叫sip落地
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