Originally posted by Azarus
View Post
Yes, by "Online Inventories" I mean the Steam Inventory system, along with everything it comes with, such as the trading you mentioned. (updated thread to remove the word "Online")
For your second question, Steam offers P2P separately from VOIP, but it uses P2P to actually implement VOIP. We import them separately, just as they're being provided by the API. The way they work is this: you record voice using methods of ISteamUser and send them as packets via methods from ISteamNetworking (or P2P interface, simply put).
Comment