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

959 video v2 example implementation in frontend example apps #1001

Merged
merged 47 commits into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
16fa265
feat(video-v2): add highlevel video class
madhur-push Dec 18, 2023
9816bab
fix: merge main
madhur-push Dec 20, 2023
ee8f2f9
feat(video): add video stream
madhur-push Dec 21, 2023
c8b2a07
fix(sendnotification): modify rules.access.data to be an object & cod…
madhur-push Dec 21, 2023
0fff331
fix(video): remove signer from input, throw err if signer, decrypted …
madhur-push Dec 22, 2023
277da90
Merge branch 'main' into 926-improvement-proposal-add-class-based-cha…
madhur-push Dec 22, 2023
e96a9b7
feat(video): add sendNotification calls in connect, disconnect methods
madhur-push Dec 22, 2023
3cf48a4
fix(videonotificationrules): typo in VideoNotificationRules interface
madhur-push Jan 2, 2024
4088dfc
add: useStream.ts video-v2-example-app
Siddesh7 Jan 5, 2024
36780b8
add: videoV2.tsx in video-v2-example-app
Siddesh7 Jan 5, 2024
10d05a9
feat(video stream): handle connect, retry internally from the SDK
madhur-push Jan 5, 2024
3dcace4
feat(video connect): remove the connect method from the videov2 SDK
madhur-push Jan 5, 2024
55a4b51
fix(merge): 926-improvement-proposal-add-class-based-changes-for-push…
madhur-push Jan 8, 2024
d39592c
fix: merge main
madhur-push Jan 8, 2024
194e064
fix(videov2): create push signer instance to get chain id in initiali…
madhur-push Jan 8, 2024
924ce7d
fix: merge main
madhur-push Jan 9, 2024
049272b
fix: merge 926-improvement-proposal-add-class-based-changes-for-push-…
madhur-push Jan 9, 2024
e05e8b8
fix(videov2-example): refactor react example component & remove useSt…
madhur-push Jan 9, 2024
da7fee5
fix: merge main
madhur-push Jan 9, 2024
0d0bc99
fix: merge main
madhur-push Jan 9, 2024
df4b6f8
fix(video stream): add backwards compatibilty to rules object for old…
madhur-push Jan 10, 2024
706b725
fix: merge 926-improvement-proposal-add-class-based-changes-for-push-…
madhur-push Jan 10, 2024
272667b
fix(video stream): fix bug in rules object creation
madhur-push Jan 10, 2024
fa30152
fix: merge main
madhur-push Jan 10, 2024
a6ef376
fix(video stream): call connect() for ApproveVideo event
madhur-push Jan 10, 2024
019c8a6
feat(example-video-1.5): video v2 example app implementation
Siddesh7 Jan 10, 2024
8bff3c4
feat(sdk-frontend): few ui changes
Siddesh7 Jan 10, 2024
6e73ba7
fix(video-v2-example-app): initialisevdeo call after a call ends
Siddesh7 Jan 10, 2024
aefd754
feat(video stream): add request, deny evennt handlers
madhur-push Jan 10, 2024
e3f048f
feat(sdk-frontend and sdk-frontend-react): added video-v2 example imp…
Siddesh7 Jan 11, 2024
671d1b5
fix: few fixes
Siddesh7 Jan 11, 2024
c09cf26
refactor: refator and remove console logs
Siddesh7 Jan 11, 2024
429a929
fix: fix import error
Siddesh7 Jan 11, 2024
e27725e
feat(video): update param names for video.initialize()
madhur-push Jan 11, 2024
5ee579b
fix: merge 926-improvement-proposal-add-class-based-changes-for-push-…
madhur-push Jan 11, 2024
c45fcd4
fix: param name changes
Siddesh7 Jan 11, 2024
407559b
fix: merge main
madhur-push Jan 12, 2024
7d924aa
chore: added few comments
Siddesh7 Jan 12, 2024
e354d28
chore: ui toast added
Siddesh7 Jan 12, 2024
c6259e9
fix: merge 926-improvement-proposal-add-class-based-changes-for-push-…
madhur-push Jan 15, 2024
c85d7b9
fix(video example): remove pushprotocol sdk direct dir reference for …
madhur-push Jan 15, 2024
37df92f
fix: merge main
madhur-push Jan 15, 2024
5ece0ae
fix(video example): import React in examples & update SDK version in …
madhur-push Jan 15, 2024
0380acf
fix: merge main
madhur-push Jan 17, 2024
b837865
feat(video example): replace video events from CONSTANTS obj
madhur-push Jan 17, 2024
e3011bf
Edited video example to make it more versatile
HarshRajat Jan 20, 2024
cabf979
Update index.js
HarshRajat Jan 20, 2024
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 packages/examples/automated-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pushprotocol/restapi": "1.4.35",
"@pushprotocol/restapi": "1.5.5",
"@pushprotocol/socket": "0.5.2",
"ethers": "5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/boilerplate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import { ethers } from 'ethers';
import input from 'input';

console.log("Hello... what's my purpose?")
console.log("To train all the hackers..")
console.log("To train all the hackers..")
Loading
Loading