기술 자료

지원

Vivox Unreal SDK

Vivox Unreal SDK

IChannelConnectionState

Reference the IChannelConnectionState interface for channel connection details.
읽는 시간 1분최근 업데이트: 19일 전

A connection state change in a channel.
#include <IChannelConnectionState.h>

Public Functions

Name

virtual const ConnectionState &State() const =0
The connection state of the resource.
virtual IChannelSession &ChannelSession() const =0
The ChannelSession in which this connection state change took place.

Public Functions Documentation

function State

virtual const ConnectionState & State() const =0
The connection state of the resource.

function ChannelSession

virtual IChannelSession & ChannelSession() const =0
The ChannelSession in which this connection state change took place.