Skip to main content

Remove a Player from a Session in a Channel

Last updated on

Remove a Player from a Session in a Channel

Use the following function to remove a player from a session in a channel:

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