Skip to content

Commit 22c6c82

Browse files
committed
Disable /t_rtc MQTT topic
1 parent 19c875c commit 22c6c82

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

fbchat/_mqtt.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ def _configure_connect_options(self):
171171
"/br_sr",
172172
# Response to /br_sr
173173
"/sr_res",
174+
# Data about user-to-user calls
175+
# TODO: Investigate the response from this! (A bunch of binary data)
176+
# "/t_rtc",
177+
# TODO: Find out what this does!
174178
# TODO: Investigate the response from this! (A bunch of binary data)
175179
# "/t_p",
176180
# TODO: Find out what this does!
@@ -186,7 +190,6 @@ def _configure_connect_options(self):
186190
"/messaging_events",
187191
"/orca_message_notifications",
188192
"/pp",
189-
"/t_rtc",
190193
"/webrtc_response",
191194
]
192195

0 commit comments

Comments
 (0)