Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

IPresenceLocation

Reference the IPresenceLocation interface for user location information.
Read time 1 minuteLast updated 2 days ago

Presence()
information for a user signed in at a particular location.
#include <IPresenceLocation.h>

Public Functions

Name

virtual const FString &LocationId() const =0
The unique identifier for this account's specific login session.
virtual const Presence &CurrentPresence() const =0
The presence for this account at this location.
virtual IPresenceSubscription &Subscription() const =0
The subscription that owns this presence location. This does not change and does not raise a PropertyChangedEvent.

Public Functions Documentation

function LocationId

virtual const FString & LocationId() const =0
The unique identifier for this account's specific login session.

function CurrentPresence

virtual const Presence & CurrentPresence() const =0
The presence for this account at this location.

function Subscription

virtual IPresenceSubscription & Subscription() const =0
The subscription that owns this presence location. This does not change and does not raise a PropertyChangedEvent.