Expand description
mumble-link provides an API for using the Mumble Link plugin for position-aware VoIP communications.
Connect to Mumble link with MumbleLink::new()
, set the context or player
identity as needed, and call update()
every frame with the position data.
Structs§
- Mumble
Link - An active Mumble link connection.
- Position
- A position in three-dimensional space.
- Shared
Link - A weak Mumble link connection.
Enums§
- Status
- The status of a
SharedLink
.