IVoiceChatRoom::EnterRoom

Enter a voice chat room

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/IVoiceChatRoom.h

Include

#include "Interfaces/IVoiceChatRoom.h"

Syntax

void EnterRoom
(
    VoiceChatRoomId InRoomId,
    const FOnVoiceChatRoomEntered & OnChatRoomEntered
)

Remarks

Enter a voice chat room

Parameters

Parameter

Description

InRoomId

64 bit room id to enter

OnChatRoomEntered

delegate to fire when request is complete

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss