• Accept Join Session Commands

    1. Forwards a Join Session Command to the Session Service
    2. If command is completed successfully, enables the client to send Leave Session Command, as well as Chat/Video Commands.

    Parameters

    • io: Server<DefaultEventsMap, DefaultEventsMap, DefaultEventsMap, any>

      Socket IO Server

    • socket: Socket<DefaultEventsMap, DefaultEventsMap, DefaultEventsMap, any>

      Socket IO Socket

    • user: User

      access user

    • sessionService: ISessionService

      Session Servuce

    Returns void