I am working on opentok text chat.In that for one to one chat what type signaling i have to use.From this link
I have to pass "OTConnect" object to
[session signalWithType:type string:@"hello" connection:_connection error:&error];
But my session delegate methods are not called.Please give me idea to solve this.