|
|
|
@ -9,7 +9,7 @@ import throttle from "../../helpers/schedulers/throttle";
@@ -9,7 +9,7 @@ import throttle from "../../helpers/schedulers/throttle";
|
|
|
|
|
import { Updates, PhoneJoinGroupCall, PhoneJoinGroupCallPresentation, Update } from "../../layer"; |
|
|
|
|
import apiUpdatesManager from "../appManagers/apiUpdatesManager"; |
|
|
|
|
import appGroupCallsManager, { GroupCallConnectionType, JoinGroupCallJsonPayload } from "../appManagers/appGroupCallsManager"; |
|
|
|
|
import apiManager from "../mtproto/apiManager"; |
|
|
|
|
import apiManager from "../mtproto/mtprotoworker"; |
|
|
|
|
import rootScope from "../rootScope"; |
|
|
|
|
import CallConnectionInstanceBase, { CallConnectionInstanceOptions } from "./callConnectionInstanceBase"; |
|
|
|
|
import GroupCallInstance from "./groupCallInstance"; |
|
|
|
|