Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

Presence

Reference the Presence interface for managing user status and information.
Read time 1 minuteLast updated 2 days ago

The presence information for a user at a location.
#include <Presence.h>

Public Functions

Name

Presence(PresenceStatus status =PresenceStatus::Unavailable, const FString & message =FString())
Constructor.
PresenceStatusCurrentStatus() const
The online status of the user.
const FString &Message() const
An optional message published by that user.

Public Functions Documentation

function Presence

explicit Presence( PresenceStatus status =PresenceStatus::Unavailable, const FString & message =FString())
Constructor.

function CurrentStatus

PresenceStatus CurrentStatus() const
The online status of the user.

function Message

const FString & Message() const
An optional message published by that user.