View Channel

You can view a joined channel or any public channel.

[[TalkPlus sharedInstance] getChannel:channelId success:^(TPChannel *tpChannel) {
    // SUCCESS
} failure:^(int errorCode, NSError *error) {
    // FAILURE
}];

Last updated