API break: [MXRoom placeCall:] is now asynchronous

This commit is contained in:
manuroe
2016-08-05 15:16:09 +02:00
parent 50cb95c537
commit df973fdc01
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1833,7 +1833,7 @@
if (granted)
{
[self.mainSession.callManager placeCallInRoom:self.roomDataSource.roomId withVideo:video];
[self.roomDataSource.room placeCallWithVideo:video success:nil failure:nil];
}
else
{