casto icon indicating copy to clipboard operation
casto copied to clipboard

castoで閲覧中の画面での同時接続数を得たい

Open hideack opened this issue 11 years ago • 2 comments

  • http://ca.storyboards.jp/a/**** で接続しているユーザ数を知りたい

hideack avatar Mar 29 '14 01:03 hideack

下の様なAPIがあるので、解決できそう。

REST API Reference | Pusher

  • http://pusher.com/docs/rest_api#method-get-channel

hideack avatar Mar 29 '14 01:03 hideack

よく読むと

  • subscription_count
    • [BETA] Number of connections currently subscribed to this channel. This attribute is not available by default; please contact [email protected] if you would like to beta test this feature.

となっていて、単純に接続数取りたい場合はbeta利用になる模様..。

hideack avatar Mar 29 '14 09:03 hideack