IVoiceChatRoom::SwitchRoom

Switch between voice chat rooms

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/IVoiceChatRoom.h"

Syntax

void SwitchRoom
(
    VoiceChatRoomId InRoomId,
    const FOnVoiceChatRoomEntered & OnChatRoomEntered
)

Remarks

Switch between voice chat rooms

Parameters

Parameter

Description

InRoomId

64 bit room id to switch to, leaving previous room

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