Skip to main content

Add a Player to the Session in a Channel

Last updated on

Use the following function to add a player to the session in a channel:

err := matchmakingService.AddUserIntoSessionInChannel(input)
if err != nil {
return err
}
return nil