| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-01-12 20:41:25 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-01-12 20:41:25 UTC |
| parent | 14e2be21ee346da5480d4bc0eb415b50d1555820 |
| borogove/Chat.hx | +1 | -1 |
diff --git a/borogove/Chat.hx b/borogove/Chat.hx index 7ccf84a..bc7d227 100644 --- a/borogove/Chat.hx +++ b/borogove/Chat.hx @@ -678,7 +678,7 @@ abstract class Chat { @param audio do we want audio in this call @param video do we want video in this call **/ - public function startCall(audio: Bool, video: Bool) { + public function startCall(audio: Bool, video: Bool): Session { if (uiState == Invited) uiState = Open; final session = new OutgoingProposedSession(client, JID.parse(chatId)); jingleSessions.set(session.sid, session);