ios - Quickblox webrtc video call not connected or not recieved -


i working quickblox webrtc video calling process. stuck on when 1 recive call , not getting response when user accept call method.

this method not call , not getting pick call.

-(void)session:(qbrtcsession *)session userdoesnotrespond:(nsnumber *)userid {      if (session == self.session) {          [self performupdateuserid:userid block:^(opponentcollectionviewcell *cell) {             cell.connectionstate = [self.session connectionstateforuser:userid];         }];     } } 


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -