Disable /t_rtc MQTT topic

This commit is contained in:
Mads Marquart
2020-01-20 14:54:25 +01:00
parent 19c875c18a
commit 22c6c82c0e

View File

@@ -171,6 +171,10 @@ class Mqtt(object):
"/br_sr",
# Response to /br_sr
"/sr_res",
# Data about user-to-user calls
# TODO: Investigate the response from this! (A bunch of binary data)
# "/t_rtc",
# TODO: Find out what this does!
# TODO: Investigate the response from this! (A bunch of binary data)
# "/t_p",
# TODO: Find out what this does!
@@ -186,7 +190,6 @@ class Mqtt(object):
"/messaging_events",
"/orca_message_notifications",
"/pp",
"/t_rtc",
"/webrtc_response",
]