addInvitedSignaling static method
Implementation
static Future<V2TimCallback> addInvitedSignaling({
required V2TimSignalingInfo info,
}) async {
return V2TimCallback.fromJson({
"code": -1,
"desc": "web not support this api",
});
}
static Future<V2TimCallback> addInvitedSignaling({
required V2TimSignalingInfo info,
}) async {
return V2TimCallback.fromJson({
"code": -1,
"desc": "web not support this api",
});
}