switch to incall page on early media too

This commit is contained in:
Anthony Minessale 2014-07-14 20:38:39 +05:00
parent ae9e740d7f
commit 236233d2c7
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ var callbacks = {
break; break;
case $.verto.enum.state.early:
case $.verto.enum.state.active: case $.verto.enum.state.active:
display("Talking to: " + d.cidString()); display("Talking to: " + d.cidString());
goto_page("incall"); goto_page("incall");