Bruno Windels
|
6b22078140
|
prevent localMedia being disposed when disconnecting on session change
this would cause us to not send any media anymore and a black screen
on the other side that just refreshed
|
2022-04-27 11:34:05 +01:00 |
|
Bruno Windels
|
23b621492f
|
Merge pull request #726 from vector-im/flow-registration
Allow passing in flowSelector from startRegistration method
|
2022-04-27 11:18:53 +02:00 |
|
RMidhunSuresh
|
83664a1b13
|
viewClassForTile is needed for TimelineView
|
2022-04-27 12:38:12 +05:30 |
|
RMidhunSuresh
|
c07a42292c
|
Include Platform change in sdk docs
|
2022-04-27 12:28:48 +05:30 |
|
RMidhunSuresh
|
049a477008
|
Pass flowSelector from Client.startRegistration
|
2022-04-27 12:27:19 +05:30 |
|
Bruno Windels
|
beeb191588
|
reset member when seeing a new session id
also buffer to_device messages for members we don't have a member event
for already.
|
2022-04-26 21:11:41 +02:00 |
|
Robert Long
|
ae29adb4e4
|
Re-enable ts defs
|
2022-04-26 11:54:03 -07:00 |
|
Robert Long
|
f6a0986b3c
|
Merge branch 'bwindels/calls' into thirdroom/dev
|
2022-04-26 11:53:50 -07:00 |
|
Bruno Windels
|
da654a8c59
|
some cleanup
|
2022-04-26 17:56:46 +02:00 |
|
Bruno Windels
|
eea3830146
|
emit change when muting so our own video feed gets hidden in the view
|
2022-04-26 16:18:49 +02:00 |
|
Bruno Windels
|
9ab75e8ed4
|
fix c/p error mixing up audio and video muting
|
2022-04-26 15:48:03 +02:00 |
|
Bruno Windels
|
b46ec8bac4
|
Merge branch 'bwindels/calls-wip' into bwindels/calls
|
2022-04-26 14:29:04 +02:00 |
|
Bruno Windels
|
f61064c462
|
nicer UI for calls, show avatar when muted, muted status
|
2022-04-26 14:27:28 +02:00 |
|
Bruno Windels
|
433dc957ee
|
utility: turn observable value into observable map with one K,V pair
|
2022-04-26 14:26:56 +02:00 |
|
Bruno Windels
|
c7f7d24273
|
utility: observable value that emits when event is fired
|
2022-04-26 14:26:33 +02:00 |
|
Bruno Windels
|
330f234b5a
|
prefer undefined over null
|
2022-04-26 14:21:19 +02:00 |
|
Bruno Windels
|
3198ca6a92
|
expose remote mute settings
|
2022-04-26 14:20:44 +02:00 |
|
Bruno Windels
|
3767f6a420
|
put theme back to default
|
2022-04-26 14:19:13 +02:00 |
|
Bruno Windels
|
6e1174e03d
|
Merge branch 'master' into bwindels/calls-wip
|
2022-04-25 16:44:44 +02:00 |
|
Bruno Windels
|
fa34315210
|
undo refactoring typo from #723
|
2022-04-25 16:44:31 +02:00 |
|
Bruno Windels
|
14dbe340c7
|
Merge branch 'master' into bwindels/calls-wip
|
2022-04-25 14:17:21 +02:00 |
|
Bruno Windels
|
bec8cea583
|
fix for breaking in #725
|
2022-04-25 14:17:07 +02:00 |
|
Bruno Windels
|
a52423856d
|
template view: remove type duplication
|
2022-04-25 14:05:31 +02:00 |
|
Bruno Windels
|
22df062bbb
|
fix observable typescript errors
|
2022-04-25 14:05:02 +02:00 |
|
Bruno Windels
|
8b16782270
|
Merge branch 'master' into bwindels/calls-wip
|
2022-04-25 12:43:01 +02:00 |
|
Bruno Windels
|
3536d12680
|
Merge pull request #725 from vector-im/bwindels/templateview-ts
add typing for text bindings in template view
|
2022-04-25 12:42:37 +02:00 |
|
Bruno Windels
|
ab893f63b5
|
remove unneeded assignment
|
2022-04-25 12:40:25 +02:00 |
|
Bruno Windels
|
6c57c96cb9
|
add typing for text bindings in template view
|
2022-04-25 12:07:28 +02:00 |
|
Bruno Windels
|
39ecc6cc6d
|
WIP typing errors
|
2022-04-25 11:27:33 +02:00 |
|
Bruno Windels
|
cdb2a79b62
|
add muting again, separate from changing media
|
2022-04-22 14:48:14 +01:00 |
|
R Midhun Suresh
|
6ba5fbeebb
|
Merge pull request #723 from vector-im/implement-609
Read config.json on app start
|
2022-04-22 15:00:02 +05:30 |
|
RMidhunSuresh
|
d8da128780
|
remove await
|
2022-04-22 14:34:16 +05:30 |
|
RMidhunSuresh
|
7a33c2e00d
|
await
|
2022-04-22 12:26:29 +05:30 |
|
RMidhunSuresh
|
5a94a2feba
|
Move handleConfigRequest inside handleRequest
|
2022-04-22 12:22:30 +05:30 |
|
RMidhunSuresh
|
c6691cf1cb
|
Simplify code
|
2022-04-22 12:10:25 +05:30 |
|
RMidhunSuresh
|
826835e518
|
No need to rewrite to index.html
|
2022-04-22 12:07:53 +05:30 |
|
Bruno Windels
|
ac60d1b61d
|
remove thick abstraction layer
instead just copy the DOM typing and make it part of the platform layer
|
2022-04-21 17:40:45 +02:00 |
|
RMidhunSuresh
|
b6e55ef59c
|
Remove comment
|
2022-04-21 14:46:55 +05:30 |
|
RMidhunSuresh
|
4f23944581
|
Use named param in Legacy Platform
|
2022-04-21 14:17:47 +05:30 |
|
RMidhunSuresh
|
1cdc76f5a4
|
Use undefine instead of null
|
2022-04-21 14:14:38 +05:30 |
|
Bruno Windels
|
baa884e9d0
|
Merge branch 'bwindels/calls-wip' into bwindels/calls-thinner-abstraction
|
2022-04-21 10:20:03 +02:00 |
|
Bruno Windels
|
10a6269147
|
always send new metadata after calling setMedia
|
2022-04-21 10:15:57 +02:00 |
|
Bruno Windels
|
55c6dcf613
|
don't re-clone streams when not needed
|
2022-04-21 10:11:24 +02:00 |
|
Bruno Windels
|
99769eb84e
|
implement basic renegotiation
|
2022-04-21 10:10:49 +02:00 |
|
Bruno Windels
|
82ffb557e5
|
update TODO
|
2022-04-21 10:09:31 +02:00 |
|
RMidhunSuresh
|
468b7e1595
|
Cache config.json
|
2022-04-21 12:52:42 +05:30 |
|
Robert Long
|
452582e1bf
|
Update package
|
2022-04-20 16:38:37 -07:00 |
|
Robert Long
|
9f4743e1ce
|
Add eventTimestamp and deviceId for members for host election
|
2022-04-20 16:35:11 -07:00 |
|
Eric Eastwood
|
ce289baba6
|
Remove extra space
|
2022-04-20 17:32:12 -05:00 |
|
Robert Long
|
239d075084
|
Update base-manifest.json
|
2022-04-20 10:36:30 -07:00 |
|