diff options
author | Roxanne Skelly <roxanne@roxiware.com> | 2024-05-03 15:07:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 15:07:20 -0700 |
commit | 818c8c6deaa755c02b64fb03766ee03d66021968 (patch) | |
tree | 75bf206410bff1c655a15dd80ca05abdab81f581 /indra/newview/llvoiceclient.h | |
parent | b425165addbe1c141e050556ff4aa18c8d042dab (diff) | |
parent | cce51e98b188371fa864291f943452188d0e0a94 (diff) |
Merge pull request #1401 from secondlife/webrtc-voice
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index 3b1b3bd0c4..6b6cb452ee 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -421,7 +421,7 @@ public: // initiate a call with a peer using the P2P interface, which only applies to some // voice server types. Otherwise, a group call should be used for P2P - LLVoiceP2POutgoingCallInterface* getOutgoingCallInterface(const LLSD& voiceChannelInfo); + LLVoiceP2POutgoingCallInterface* getOutgoingCallInterface(const LLSD& voiceChannelInfo = LLSD()); LLVoiceP2PIncomingCallInterfacePtr getIncomingCallInterface(const LLSD &voiceCallInfo); |