GroupCallKitApi class
Constructors
- GroupCallKitApi({BinaryMessenger? binaryMessenger})
-
Constructor for GroupCallKitApi. The
binaryMessengernamed argument is available for dependency injection. If it is left null, the default BinaryMessenger will be used which routes to the host platform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
enableAudioVolumeIndication(
bool arg_enable, int arg_interval) → Future< GroupSimpleResponse> - 开启/关闭音量回调
-
enableLocalAudio(
bool arg_enable) → Future< GroupSimpleResponse> - 开关本端音频采集和发送
-
enableLocalVideo(
bool arg_enable) → Future< GroupSimpleResponse> - 开关本端视频采集
-
groupAccept(
NEGroupAcceptParam arg_param) → Future< GroupAcceptResponse> - 接听群呼
-
groupCall(
NEGroupCallParam arg_param) → Future< GroupCallResponse> - 发起群呼
-
groupHangup(
NEGroupHangupParam arg_param) → Future< GroupSimpleResponse> - 挂断/拒绝群呼
-
groupInvite(
NEGroupInviteParam arg_param) → Future< GroupSimpleResponse> - 邀请新成员
-
groupJoin(
NEGroupJoinParam arg_param) → Future< GroupJoinResponse> - 主动加入群呼
-
groupQueryCallInfo(
String arg_callId) → Future< GroupQueryCallInfoResponse> - 查询群呼信息
-
groupQueryMembers(
String arg_callId) → Future< GroupQueryMembersResponse> - 查询成员列表
-
init(
NEGroupConfigParam arg_config) → Future< GroupSimpleResponse> - 初始化群呼引擎
-
isSpeakerphoneOn(
) → Future< bool> - 获取扬声器状态
-
muteLocalAudio(
bool arg_mute) → Future< GroupSimpleResponse> - 静音本端音频发送
-
muteLocalVideo(
bool arg_mute) → Future< GroupSimpleResponse> - 静音本端视频发送
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
) → Future< GroupSimpleResponse> - 释放群呼引擎
-
setParameters(
Map< String?, Object?> arg_params) → Future<GroupSimpleResponse> - 设置音视频通话参数
-
setSpeakerphoneOn(
bool arg_enable) → Future< GroupSimpleResponse> - 设置扬声器开关
-
setupLocalView(
NEGroupViewParam arg_param) → Future< GroupSimpleResponse> - 设置本端视频画布
-
setupRemoteView(
NEGroupViewParam arg_param) → Future< GroupSimpleResponse> - 设置远端成员视频画布
-
switchCamera(
) → Future< GroupSimpleResponse> - 切换前后摄像头
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
codec
→ const MessageCodec<
Object?>