Skip to content

How to enable Multiplayer Games Service in Social Stream Presence

agordillo edited this page May 16, 2012 · 6 revisions

Social Stream Presence provides a multiplayer games service, allowing users to play through chat.

  1. Update the initializer
    You can find the Social Stream Presence initializer at yourApp/config/initializers/social_stream_presence.rb.
    You only need to add or uncomment one line:
  #Multiplayer Games Service
  #Uncomment to enable Multiplayer Games Service
  config.games = true

Since you specify this param, a new star icon will be displayed in the chat windows to start the multiplayer games service.
That's all!  

 

Clone this wiki locally