-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
48 lines (41 loc) · 2.76 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
------------------------------------------------------------------
Application Name: Lync Meeting Transcript
Application ID: 5c25bcb7-4df6-4746-8b71-740ed37ab47f
Author: Samantha Luber (samil AT microsoft.com)
Project site: https://github.com/saluber/LyncMeetingTranscript
------------------------------------------------------------------
Overview:
Lync Meeting Transcript application
"Real-time transcripts of Lync meetings"
Lync is a great tool for communication and collaboration across various business units.
It offers a wide variety of capabilities including conferencing. Lync conferences allows users to have application sharing,
IM chats and video sharing during the meeting. But do you know whether a visually impaired person be able to see the instant messages
that is coming across the meeting? Or will a hearing impaired person be able to hear what is discussed in the meetings?
Or would it simply be nice to have a live-generated transcript of a current or past meeting to review what was discussed?
Lync Meeting Transcript is created with the aim of helping Lync users to the generates real-time transcripts of Lync meetings.
Architecture Diagrams:
LyncMeetingTranscript_ComponentDiagrams.vsdx (LyncMeetingTranscript_ComponentDiagrams.png)
LyncMeetingTranscript_ClassDiagram.vsdx (LyncMeetingTranscript_ClassDiagram.png)
Overview Presentation:
LyncMeetingTranscript.pptx
------------------------------------------------------------------
Setup:
Client Application:
Installing the client appliation: http://msdn.microsoft.com/en-us/library/office/jj933101(v=office.15).aspx
Server Application:
Register server application: http://stackoverflow.com/questions/25075372/ucma-steps-to-create-trusted-application
The following table describes the two registry entries. Add the context application GUID ({5c25bcb7-4df6-4746-8b71-740ed37ab47f}) as a key under either of these two paths:
HKEY_CURRENT_USER\Software\Microsoft\Communicator\ContextPackages (CurrentUserLyncMeetingTranscriptAppRegistrationKey.reg)
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Communicator\ContextPackages (LocalMachineLyncMeetingTranscriptAppRegistrationKey.reg)
Example:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Communicator\ContextPackages\{5c25bcb7-4df6-4746-8b71-740ed37ab47f}]
"Name"="Lync Meeting Transcript"
Troubleshooting Resources:
- Registering client application to recieve messages over ConversationContext channel: http://msdn.microsoft.com/en-us/library/hh243694.aspx
------------------------------------------------------------------
Usage:
Server-side application: LyncMeetingTranscriptBotApp
- See LyncMeetingTranscriptBotApp\README.txt
Client-side application: LyncWPFClientApplication
- See LyncWPFClientApplication\README.txt
------------------------------------------------------------------