You can view a joined channel or any public channel.
[[TalkPlus sharedInstance] getChannel:channelId success:^(TPChannel *tpChannel) { // SUCCESS } failure:^(int errorCode, NSError *error) { // FAILURE }];
TalkPlus.sharedInstance()?.getChannel(channelId, success: { tpChannel in // SUCCESS }, failure: { (errorCode, error) in // FAILURE })
Last updated 6 months ago