ios - Assigning pubnub lobby to a specified group of users. -



ios - Assigning pubnub lobby to a specified group of users. -

hi working on ios application uses pubnub several different forms of messaging. right need guidance on how go setting scheme selected user setup his/her own public channel access specified lobby chat user. lets illustration there public speaker @ event. users given specified code in audience able send speaker messages. user interface stand point:

user have view in app requests code (i.e. speaker3) user inputs code , transitioned 1way chat view lets user send messages. user not able recieve messages speaker or see messages have been sent other users. speaker recieves messages users

questions:

is possible? what can utilize implement such scheme using pubnub? does have ideas on how implement such system?

thanks lot help.

it's totally possible, pubnub perfect this.

in case user must know speakers channel name, it's of import because without not able send him message. since user knows speaker's channel id, can send him message.

user not able recieve messages speaker or see messages have been sent other users.

you can in different ways, it's ui related stuff, not pubnub. originally, if sampleuser listens samplespeakers channel hear on channel, can display sampleuser's messages in user interface.

speaker recieves messages users

in case display content speakers channel history playback , storage.

so point pubnub perfect choice, shattered rivers of tears on couple nights until understood it. it's much easier looks like, in cases (99%) when think pubnub related problem/question, recognize it's ui customization. after message "arrived" client need sort , display in right way.

to started please check guide. recommend read on site , documentation @ cocoa docs. doesn't matter if don't need 1 of features, need understand whole concept.

ios ios7 pubnub

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -