mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35:49 +03:00
added SteamFriends.SetInGameVoiceSpeaking
This commit is contained in:
parent
4463739be5
commit
01e2e6c24a
@ -376,6 +376,15 @@ public static bool ListenForFriendsMessages
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Let Steam know that the user is currently using voice chat in game.
|
||||||
|
/// This will suppress the microphone for all voice communication in the Steam UI.
|
||||||
|
/// </summary>
|
||||||
|
public static void SetInGameVoiceSpeaking(SteamId steamID, bool speaking)
|
||||||
|
{
|
||||||
|
Internal.SetInGameVoiceSpeaking( steamID, speaking );
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets whether or not the current user is following the user with the given <paramref name="steamID"/>.
|
/// Gets whether or not the current user is following the user with the given <paramref name="steamID"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user