Click or drag to resize

AudioTagsServiceCanCommunicateOneWay Method

Determines whether one user (the speaker) can be heard by another user (the listener). This is done by checking if any tag on the speakers speaking channel matches any audio Tag on the listeners listening channel.

Namespace:  ImmerseSDK.Audio
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool CanCommunicateOneWay(
	User speaker,
	User listener
)

Parameters

speaker
Type: ImmerseSDK.SessionsUser
The user that is speaking / sending audio data.
listener
Type: ImmerseSDK.SessionsUser
The user that is listening / receiving audio data.

Return Value

Type: Boolean
True if the listener had hear the speaker, otherwise false
See Also