Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialise sockets w/ fastify-socket.io #7

Open
9 tasks done
athifongoqa opened this issue Feb 7, 2022 · 0 comments · Fixed by #20
Open
9 tasks done

Initialise sockets w/ fastify-socket.io #7

athifongoqa opened this issue Feb 7, 2022 · 0 comments · Fixed by #20
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@athifongoqa
Copy link
Owner

athifongoqa commented Feb 7, 2022

Listen on:

  • 'connection'
    (parameters: socket)
  • 'user-join-show'
    (parameters: participant)
  • 'call'
    (parameters: participant, socketId)
  • 'leave-show'
    (parameters: room)
  • 'disconnect'
    (parameters: reason)
  • 'playback-update'
    (parameters: playerState, showId)
  • 'playback-initial-sync'
    (parameters: toUserId, playerState)
  • 'message-send'
    (parameters: showId, message, user}, callback)
  • 'toggle-mute'
    (parameters: showId, peerId, isMuted)
@athifongoqa athifongoqa added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 7, 2022
@athifongoqa athifongoqa changed the title Initialise sockets Initialise sockets w/ fastify-socket.io Feb 8, 2022
@athifongoqa athifongoqa linked a pull request Mar 14, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants