Update API scheme, something works now.

This commit is contained in:
John Preston
2025-03-28 00:41:05 +05:00
parent 0e46a4402a
commit 7deb5bfdf2
18 changed files with 464 additions and 157 deletions
+2 -1
View File
@@ -234,7 +234,8 @@ void ChatData::setGroupCall(
data.vid().v,
data.vaccess_hash().v,
scheduleDate,
rtmp);
rtmp,
false); // conference
owner().registerGroupCall(_call.get());
session().changes().peerUpdated(this, UpdateFlag::GroupCall);
addFlags(Flag::CallActive);