AuthenticateAsGuest (.NET)

- Declaration

public static async Task<Result<CavrnusAuthentication, ErrorInfo>> AuthenticateAsGuest(string server, string userName)

- Description

Creates a guest user account with a given name and joins as that user.

This is a good way of immediately getting your customers into a space without requiring any inputs from them.

Keep in mind that Guest accounts have limited permissions, which can be customized in the Management Console.

- Sample

//Coming Soon!