Click or drag to resize

AudioTagsServiceCanCommunicateTwoWay Method

Determines whether two users can both hear each other. This is done by checking if both users have at a audio Tag in their listening channel that matches a audio Tag in the other users speaking channel.

Namespace:  ImmerseSDK.Audio
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool CanCommunicateTwoWay(
	User user1,
	User user2
)

Parameters

user1
Type: ImmerseSDK.SessionsUser
The first user to check.
user2
Type: ImmerseSDK.SessionsUser
The second user to check.

Return Value

Type: Boolean
True if both users can hear each other, otherwise false
See Also