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

Deployment #1165

Merged
merged 187 commits into from
Mar 14, 2024
Merged

Deployment #1165

merged 187 commits into from
Mar 14, 2024

Conversation

mohammeds1992
Copy link
Collaborator

Fixes Issue

Changes proposed

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Note to reviewers

mishramonalisha76 and others added 27 commits February 28, 2024 11:34
* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.61

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.62

* ci(restapi): 🎉 cut release to restapi-v0.9.0

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.63

* fix: fix errors

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.64

* fix: changed stream type to any

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.16

* fix: minor change

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.17

* fix: minor fix

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.36

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.37

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.38

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.39

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.39

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.40

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.41

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.65

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.42

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.66

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.43

* fix: fixed build issues

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.36

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.44

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.67

* fix: fixed minor bugs

* fix: fixed chatpreview and widget issues

* fix: fixed chat bugs

* fix: fixed readmode

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.68

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.68

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.70

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.71

---------

Co-authored-by: Mohammed S <[email protected]>
* refactor(spaces v2): call createUserAudio internally before start, join as speaker

* fix(spaces v2): add a check before creating stream in start, join as speaker

* fix(spaces v2): make 'private' param in space.create() as optional

* feat(spaces v2): export space types, constants from TYPES, CONSTANTS
* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.61

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.62

* ci(restapi): 🎉 cut release to restapi-v0.9.0

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.63

* fix: fix errors

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.64

* fix: changed stream type to any

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.16

* fix: minor change

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.17

* fix: minor fix

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.36

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.37

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.38

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.39

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.39

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.40

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.41

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.65

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.42

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.66

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.43

* fix: fixed build issues

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.36

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.44

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.67

* fix: fixed minor bugs

* fix: fixed chatpreview and widget issues

* fix: fixed chat bugs

* fix: fixed readmode

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.68

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.68

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.70

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.71

* fix: troubleshoot

* fix: fixed gues mode user profile

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.72

---------

Co-authored-by: Mohammed S <[email protected]>
* fix: stream connection support chat + pushUser to user fix

* fix: change console messages

* fix: ens added

* fix: z-index re added

---------

Co-authored-by: Monalisha Mishra <[email protected]>
* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.61

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.62

* ci(restapi): 🎉 cut release to restapi-v0.9.0

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.63

* fix: fix errors

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.64

* fix: changed stream type to any

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.16

* fix: minor change

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.17

* fix: minor fix

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.36

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.37

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.38

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.39

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.39

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.40

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.41

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.65

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.42

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.66

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.43

* fix: fixed build issues

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.36

* ci(uiweb): 🎉 cut beta release to uiweb-v0.0.1-alpha.44

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.67

* fix: fixed minor bugs

* fix: fixed chatpreview and widget issues

* fix: fixed chat bugs

* fix: fixed readmode

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.68

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.68

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.70

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.71

* fix: troubleshoot

* fix: fixed gues mode user profile

* fix: fixed subscription error

* ci(restapi): 🎉 cut beta release to restapi-v0.0.1-alpha.72

---------

Co-authored-by: Mohammed S <[email protected]>
* fix: fix roleChange stream

* fix: fix testcases
* Added channel.list API

* Added channel.list API
@mohammeds1992 mohammeds1992 merged commit 4026d87 into main Mar 14, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants