diff --git a/indra/newview/llvoicechannel.h b/indra/newview/llvoicechannel.h index a3495b9588ed4a733aace663c3b6bda5253625ae..fe0114d68721e92ce196ab3223bb2e486fa6f78c 100644 --- a/indra/newview/llvoicechannel.h +++ b/indra/newview/llvoicechannel.h @@ -176,6 +176,9 @@ class LLVoiceChannelP2P : public LLVoiceChannelGroup void setSessionHandle(const std::string& handle, const std::string &inURI); + // returns TRUE if call is incoming and FALSE otherwise + BOOL isIncomingCall() { return mReceivedCall; } + protected: virtual void setState(EState state);