dont expose raw url in stream info

This commit is contained in:
seydx
2025-05-17 18:19:59 +02:00
parent 691f6d9cdd
commit f045f3fccd
-1
View File
@@ -150,7 +150,6 @@ func Dial(rawURL string) (core.Producer, error) {
client.conn.FormatName = "tuya/webrtc"
client.conn.Mode = core.ModeActiveProducer
client.conn.Protocol = "mqtt"
client.conn.URL = rawURL
// Set up MQTT handlers
client.api.mqtt.handleAnswer = func(answer AnswerFrame) {