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()
335335 " /*/devices/**" , Map . of(),
336336 " /*/image/**" , Map . of(),
337337 " /*/media/**" , Map . of(),
338- " /*/applications/**" , Map . of(),
339338 " /*/push/**" , Map . of(),
340339 " /*/knocking/**" , Map . of(),
341340 " /*/legs/**" , Map . of()
@@ -3011,6 +3010,8 @@ Ncco ncco = new Ncco(TalkAction.builder("This is a text to speech call from Vona
30113010
30123011client. getVoiceClient(). createCall(new Call (VOICE_TO_NUMBER , VONAGE_VIRTUAL_NUMBER , ncco. getActions()));
30133012```
3013+ GE_VIRTUAL_NUMBER , ncco. getActions()));
3014+ ```
30143015age" ).build());
30153016
30163017client.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 {
4444 "/*/devices/**" , Map .of (),
4545 "/*/image/**" , Map .of (),
4646 "/*/media/**" , Map .of (),
47- "/*/applications/**" , Map .of (),
4847 "/*/push/**" , Map .of (),
4948 "/*/knocking/**" , Map .of (),
5049 "/*/legs/**" , Map .of ()
You can’t perform that action at this time.
0 commit comments