Skip to content

Commit

Permalink
docs(examples/neko): Remove extra iceTransportPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Oct 28, 2024
1 parent 79e322d commit 2cd71f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/neko/neko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
fieldRef:
fieldPath: status.podIP
- name: NEKO_ICESERVERS
value: '[{"urls": ["turn:1.1.1.1:3478?transport=udp"], "username": "user-1", "credential": "pass-1","iceTransportPolicy": "all"}]'
value: '[{"urls": ["turn:1.1.1.1:3478?transport=udp"], "username": "user-1", "credential": "pass-1"}]'
ports:
- name: http
containerPort: 8080
Expand Down

0 comments on commit 2cd71f8

Please sign in to comment.