电报API在加入视频通话时返回错误

发布于 2025-02-10 06:55:47 字数 445 浏览 1 评论 0原文

我有库的创建电报客户端

我正在尝试加入仅创建的videocall:

        simpleTelegramClient.send(new TdApi.JoinGroupCall(groupCallID,
                        null,
                        0,
                        "{}",
                        true,
                        false,
                        null),

但是它返回groupcall_ssrc_duplate_much。这意味着什么?而参数的含义是什么:AudioSourceID和有效载荷?我可以从哪里得到它?这是关于tdlib周围的Java包裹的,但我相信答案将与本地Lib匹配。

I have create telegram client with library https://github.com/tdlight-team/tdlight-java

I'm trying to join just created videoCall:

        simpleTelegramClient.send(new TdApi.JoinGroupCall(groupCallID,
                        null,
                        0,
                        "{}",
                        true,
                        false,
                        null),

But it returns GROUPCALL_SSRC_DUPLICATE_MUCH. Whate does it mean? and what mean parameters: audioSourceId and payload? Where I could get it? It's about a java wrap around tdlib, but I believe the answer will match with native lib.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

骄兵必败 2025-02-17 06:55:47

This data could be received from tgcalls library.

https://github.com/tdlib/td/issues/1522

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文