Skip to content

Commit 9185b20

Browse files
committed
Fix invalid instruction
1 parent 8b8565e commit 9185b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webrtc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"[\"audio\", \"text\"], \"instructions\": \"Say '"GREETING"'\"}}"
1616

1717
#define INSTRUCTION_JSON \
18-
"{\"type\": \"session.update\", \"session\": {\"instructions\": \"Say '"INSTRUCTIONS"'\"}}"
18+
"{\"type\": \"session.update\", \"session\": {\"instructions\": \""INSTRUCTIONS"\"}}"
1919

2020
PeerConnection *peer_connection = NULL;
2121

0 commit comments

Comments
 (0)