AwaitLocalUser (.NET)
- Declaration
public static async Task<CavrnusUser> AwaitLocalUser(this CavrnusSpaceConnection spaceConnection)
- Description
Completes when the local user becomes present in the given space. Normally there is a delay between first calling JoinSpace and the local user fully connecting/setting up.
If the local user is already present this will complete immediately.
- Sample
//Coming soon!
Â