This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Commit 018e8cf
authored
Add support for single peer connection (#418)
* Associate track with media stream when publishing in conference
* Add MID based processing in SDP utils
* Add dependency to support async/await and update package.json
* Initial version for single PC only client
* Remove unnecessary dependency
* Add close for channel and ended event for publication/subscription
* Fix undefined error when subscription ended
* Fire channel ended event and clear media stream when stopped
* Fix publication/subscription events handling
* Add new interface for client SDK
* Revert "Add new interface for client SDK"
This reverts commit 4acba72.
* Fix some dispatching events and address comments
* Fix eslinet errors and warnings
* Fix ci failures
* Fix eslint errors
* Avoid cleaning when pc is closed
* Fix events and subscription codecs
* Hide track ID for subscribing simulcast stream
* Change transport in signaling
* Refine sdp promises1 parent eefa940 commit 018e8cf
File tree
8 files changed
+1183
-512
lines changed- scripts
- src/sdk
- base
- conference
8 files changed
+1183
-512
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
358 | 370 | | |
359 | 371 | | |
360 | 372 | | |
| |||
379 | 391 | | |
380 | 392 | | |
381 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
382 | 397 | | |
383 | 398 | | |
384 | 399 | | |
| |||
553 | 568 | | |
554 | 569 | | |
555 | 570 | | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
556 | 600 | | |
557 | 601 | | |
| 602 | + | |
558 | 603 | | |
559 | | - | |
| 604 | + | |
560 | 605 | | |
561 | 606 | | |
562 | 607 | | |
| |||
565 | 610 | | |
566 | 611 | | |
567 | 612 | | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
568 | 624 | | |
569 | 625 | | |
570 | 626 | | |
| |||
599 | 655 | | |
600 | 656 | | |
601 | 657 | | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
602 | 661 | | |
603 | 662 | | |
604 | 663 | | |
605 | 664 | | |
606 | 665 | | |
607 | | - | |
| 666 | + | |
608 | 667 | | |
609 | 668 | | |
610 | 669 | | |
611 | 670 | | |
612 | 671 | | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
613 | 684 | | |
614 | 685 | | |
615 | 686 | | |
| |||
681 | 752 | | |
682 | 753 | | |
683 | 754 | | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
684 | 758 | | |
685 | 759 | | |
686 | 760 | | |
687 | 761 | | |
688 | | - | |
| 762 | + | |
689 | 763 | | |
690 | 764 | | |
691 | 765 | | |
692 | 766 | | |
693 | | - | |
| 767 | + | |
694 | 768 | | |
695 | 769 | | |
696 | 770 | | |
| |||
0 commit comments