File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/vonage/quickstart/jwt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,6 @@ String token = Jwt.builder()
335
335
" /*/devices/**" , Map . of(),
336
336
" /*/image/**" , Map . of(),
337
337
" /*/media/**" , Map . of(),
338
- " /*/applications/**" , Map . of(),
339
338
" /*/push/**" , Map . of(),
340
339
" /*/knocking/**" , Map . of(),
341
340
" /*/legs/**" , Map . of()
@@ -3011,6 +3010,8 @@ Ncco ncco = new Ncco(TalkAction.builder("This is a text to speech call from Vona
3011
3010
3012
3011
client. getVoiceClient(). createCall(new Call (VOICE_TO_NUMBER , VONAGE_VIRTUAL_NUMBER , ncco. getActions()));
3013
3012
```
3013
+ GE_VIRTUAL_NUMBER , ncco. getActions()));
3014
+ ```
3014
3015
age" ).build());
3015
3016
3016
3017
client.getVoiceClient().createCall(new Call(VOICE_TO_NUMBER, VONAGE_VIRTUAL_NUMBER, ncco.getActions()));
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ public static void main(String[] args) throws Throwable {
44
44
"/*/devices/**" , Map .of (),
45
45
"/*/image/**" , Map .of (),
46
46
"/*/media/**" , Map .of (),
47
- "/*/applications/**" , Map .of (),
48
47
"/*/push/**" , Map .of (),
49
48
"/*/knocking/**" , Map .of (),
50
49
"/*/legs/**" , Map .of ()
You can’t perform that action at this time.
0 commit comments