Bug Fix - Add the VoIP call screen

#455
This commit is contained in:
giomfo
2016-08-19 17:43:29 +02:00
parent 7ad23df6d7
commit af23c844e8
36 changed files with 778 additions and 13 deletions
+5
View File
@@ -35,6 +35,7 @@
"save" = "Save";
"join" = "Join";
"decline" = "Decline";
"accept" = "Accept";
"preview" = "Preview";
"camera" = "Camera";
"voice" = "Voice";
@@ -322,6 +323,10 @@
"room_displayname_more_than_two_members" = "%@ and %u others";
"room_displayname_no_title" = "Empty room";
// Call
"call_incoming_voice_prompt" = "Incoming voice call from %@";
"call_incoming_video_prompt" = "Incoming video call from %@";
// No VoIP support
"no_voip_title" = "Incoming call";
"no_voip" = "%@ is calling you but the iOS Vector app does not support calls yet.\nYou can ignore this notification and answer the call from another device or you can reject it.";