Skip to content

Commit

Permalink
Set correct stream type
Browse files Browse the repository at this point in the history
  • Loading branch information
romasku committed Oct 2, 2024
1 parent 0265942 commit b429d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webrtc/tuya/mqtt.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (t *tuyaSession) sendOffer(sessionID string, sdp string) {
}{
Mode: "webrtc",
Sdp: sdp,
StreamType: 2, // 1, TRYING!!!
StreamType: 1,
Auth: t.mqtt.auth,
}

Expand Down

0 comments on commit b429d98

Please sign in to comment.