We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c875c commit 22c6c82Copy full SHA for 22c6c82
1 file changed
fbchat/_mqtt.py
@@ -171,6 +171,10 @@ def _configure_connect_options(self):
171
"/br_sr",
172
# Response to /br_sr
173
"/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!
178
# TODO: Investigate the response from this! (A bunch of binary data)
179
# "/t_p",
180
# TODO: Find out what this does!
@@ -186,7 +190,6 @@ def _configure_connect_options(self):
186
190
"/messaging_events",
187
191
"/orca_message_notifications",
188
192
"/pp",
189
- "/t_rtc",
193
"/webrtc_response",
194
]
195
0 commit comments