Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recording capability #35

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
14e2edd
Fixing paths to references & enabling nuget package restore
PierrickLozach Oct 15, 2015
f310da8
Workaround for Vidyo bug in versions < 3.4
PierrickLozach Oct 15, 2015
aed75d7
Close email interaction dialog when opened
PierrickLozach Oct 15, 2015
b1cea17
Fixing paths to references
PierrickLozach Oct 15, 2015
9863c47
Start screen recording when interaction is picked up. This allows the…
PierrickLozach Oct 15, 2015
69ce171
Fixing paths to references
PierrickLozach Oct 15, 2015
9c91684
Adding support for email interactions (can be recorded and support sc…
PierrickLozach Oct 15, 2015
c6701ae
Adding support for replay server
PierrickLozach Oct 15, 2015
d71e98a
Fixing paths to references
PierrickLozach Oct 15, 2015
18a908b
A better way to suppress email forms
PierrickLozach Oct 16, 2015
48c05c0
Try to suppress disconnect confirmation (not working though)
PierrickLozach Oct 19, 2015
78a8809
Better way to start recording a conference
PierrickLozach Oct 19, 2015
3baba6d
Added support for PUT requests
PierrickLozach Oct 19, 2015
62c827e
Test console now points to inin.sandbox and not inin.sandboxga
PierrickLozach Oct 19, 2015
11146c1
Decompressed sample web site
PierrickLozach Oct 19, 2015
c95b7cb
Adding custom handlers to support generic object recording via screen…
PierrickLozach Oct 20, 2015
436d3a6
Store recording guid in interaction
PierrickLozach Oct 20, 2015
f2abf4e
Remove unused method
PierrickLozach Oct 20, 2015
2b9bf82
Fix configuration property name to enable screen recording
PierrickLozach Oct 20, 2015
b2a12d9
Re-organize references
PierrickLozach Oct 20, 2015
f152df4
Re-organize references
PierrickLozach Oct 20, 2015
f1904e7
Not ignoring .sql files
PierrickLozach Oct 20, 2015
7361bc3
Adding stored procedure source
PierrickLozach Oct 20, 2015
dff9422
Adding updated postman collection
PierrickLozach Oct 20, 2015
3062118
Move the screen recording code to its own method
PierrickLozach Oct 22, 2015
8bb5b38
Renamed Record to StartRecording
PierrickLozach Oct 22, 2015
ef1824a
Using renamed StartRecording method
PierrickLozach Oct 22, 2015
fd1a205
Renamed Start to StartRecording
PierrickLozach Oct 22, 2015
86aa5f4
Refactoring
PierrickLozach Oct 22, 2015
501c5f3
Add method to stop recordings
PierrickLozach Oct 22, 2015
c08c892
Added code to stop recording
PierrickLozach Oct 22, 2015
736cffc
Adding updated postman collection
PierrickLozach Oct 22, 2015
6aa037d
Fix null reference issue
PierrickLozach Oct 25, 2015
52f98af
Fix wrong method name in tracing
PierrickLozach Oct 25, 2015
e619720
Adding extra allowed headers
PierrickLozach Oct 25, 2015
8743236
Adding extra allowed headers
PierrickLozach Oct 25, 2015
8a11301
Updated handler to connect to PL or CZ database based on the workgrou…
PierrickLozach Oct 26, 2015
8d10f68
Override ToString for troubleshooting/tracing purposes
PierrickLozach Oct 26, 2015
ecc8572
Only set attribute if StopRecording succeeded
PierrickLozach Oct 26, 2015
7b21add
Return StopRecording true or false
PierrickLozach Oct 26, 2015
63b9d93
Add roomId for troubleshooting purposes
PierrickLozach Oct 26, 2015
3eabc7d
Do not start screen recording if it's already started
PierrickLozach Nov 20, 2015
2f4eb85
Add HasReplayServer config
PierrickLozach Nov 20, 2015
fea0318
Set default value for EnableScreenRecording to true instead of 1
PierrickLozach Nov 20, 2015
d05ae03
Add default parameters
PierrickLozach Nov 20, 2015
dd1d9e8
Add QualityManagement DLLs to service setup
PierrickLozach Nov 20, 2015
fcb28fc
Set maxBufferSize for bindings
PierrickLozach Nov 20, 2015
c06cc41
Return error if no replay server is available
PierrickLozach Nov 20, 2015
f711767
Add replay service wrapper
PierrickLozach Nov 20, 2015
f2bcb84
No need to use EnableScreenRecording any more
PierrickLozach Nov 20, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ AppPackages/
# Others
[Bb]in
[Oo]bj
sql

TestResults
[Tt]est[Rr]esult*
*.Cache
Expand Down
Binary file added handlers/CustomGenericObjectDisconnect.ihd
Binary file not shown.
Binary file added handlers/Vidyo_SetRecordingAttributes.ihd
Binary file not shown.
3,788 changes: 3,788 additions & 0 deletions postman/Vidyo-soapui-project.xml

Large diffs are not rendered by default.

Loading