SessionSet3DPosition() public method

Set the combined speaking and listening position in 3D space. There appears to be no response to this request.
public SessionSet3DPosition ( string SessionHandle, OpenMetaverse.Voice.VoicePosition SpeakerPosition, OpenMetaverse.Voice.VoicePosition ListenerPosition ) : int
SessionHandle string Handle returned from successful Session ‘create’ request or a SessionNewEvent
SpeakerPosition OpenMetaverse.Voice.VoicePosition Speaking position
ListenerPosition OpenMetaverse.Voice.VoicePosition Listening position
return int
Example #1
0
 public void Set3DPosition(VoicePosition SpeakerPosition, VoicePosition ListenerPosition)
 {
     connector.SessionSet3DPosition(m_Handle, SpeakerPosition, ListenerPosition);
 }