From dc0f19b8706f0cb04042e3b85b155bb08a49a3d5 Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Wed, 8 Sep 2010 16:01:37 +0000 Subject: Use camera to grab avatar image. --- resources/sounds/sounds.properties | 4 +++- resources/sounds/webcamSnapshot.wav | Bin 0 -> 73772 bytes 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 resources/sounds/webcamSnapshot.wav (limited to 'resources') diff --git a/resources/sounds/sounds.properties b/resources/sounds/sounds.properties index e732a07..28f0636 100644 --- a/resources/sounds/sounds.properties +++ b/resources/sounds/sounds.properties @@ -20,4 +20,6 @@ DIAL=resources/sounds/dial.wav HANG_UP=resources/sounds/hangup.wav CALL_SECURITY_ON=resources/sounds/zrtpSecure.wav -CALL_SECURITY_ERROR=resources/sounds/zrtpAlert.wav \ No newline at end of file +CALL_SECURITY_ERROR=resources/sounds/zrtpAlert.wav + +WEBCAM_SNAPSHOT=resources/sounds/webcamSnapshot.wav diff --git a/resources/sounds/webcamSnapshot.wav b/resources/sounds/webcamSnapshot.wav new file mode 100644 index 0000000..03c038d Binary files /dev/null and b/resources/sounds/webcamSnapshot.wav differ -- cgit v1.1