Commit Graph

2450 Commits

Author SHA1 Message Date
Nuwan ccf3b3b5e7 force user to go to new jamtracks page (beta) once user clicks the JamTracks tile in client home page 2025-01-18 15:26:36 +05:30
Nuwan 1c47c70d35 custom url debug 2024-11-30 11:12:45 +05:30
Nuwan 80f0fa8bd9 add debug entries to check custom url 2024-11-23 20:00:26 +05:30
Nuwan ea3cecbfcf debug customUrl 2024-11-23 10:23:40 +05:30
Nuwan 9f59074b0e custom URL handling on onLoggedIn 2024-11-23 06:29:28 +05:30
Nuwan ba6c3c56dc joinSession custom URL: change parameter name 2024-11-22 22:59:07 +05:30
Nuwan e262c601b7 custom URL related adjestments 2024-11-17 00:10:20 +05:30
Nuwan f41c64acc8 comment duplicate code 2024-11-16 08:51:29 +05:30
Nuwan 8194e4c636 join session using custom url scheme 2024-11-15 22:18:58 +05:30
Nuwan 8dc3a56870 tweeks to session create from custom URL scheme 2024-11-15 18:06:41 +05:30
Nuwan 0bd3f9463d fixes for creating sessions by custom URL 2024-10-28 09:08:22 +05:30
Nuwan fd8f31e7d4 custom URL schema handling 2024-10-25 17:08:28 +05:30
Nuwan a5fce73848 wip - custom url handling 2024-10-25 08:29:13 +05:30
Nuwan 2b929c0d1e add debug log entries to identify possible errors when creating a session using custom URL 2024-10-23 23:54:13 +05:30
Nuwan 489f3a685d add debug log entries to identify possible errors when creating a session using custom URL 2024-10-23 23:42:48 +05:30
Nuwan cef7f1efbe custom URL schema for create a session
handles URL loaded as a custom URL format (jamkazam://)
which is meant to create a new session with the provided
parameters
2024-10-23 11:33:57 +05:30
Nuwan de115773ec add more logging to debug create session from custom URL 2024-10-18 08:34:35 +05:30
Nuwan 7f693b7e54 bug fixing in custom url app launching 2024-10-17 14:31:49 +05:30
Nuwan 12feacc908 add logging for debugging 2024-10-17 13:49:22 +05:30
Nuwan a718037dd3 customUrl handle - launch jk session screen when is invoked using custom URL 2024-10-17 00:12:22 +05:30
Nuwan c9528feabf assign session if as newSessionId to identify when the session is created 2024-10-16 13:52:56 +05:30
Nuwan 505d7c0496 invoking the client to create a session using custom URL 2024-10-16 12:49:56 +05:30
Nuwan 15583ce99d onLogginIn api handle for custom url wip 2024-10-16 12:49:56 +05:30
Nuwan 1280a3ca86 wip custom url handling 2024-10-16 12:49:56 +05:30
Nuwan fb80a3a2c5 join session by custom url schema 2024-10-11 22:00:10 +05:30
Nuwan 98273bae0d handle session invocation by custom URL schema 2024-10-11 08:50:10 +05:30
Nuwan 317c0384e1 add await on SetScoreWorkTimingInterval 2024-09-26 08:29:49 +05:30
Nuwan 2546d3f550 change order of LaunchBroadcastSettings enum item in asyncJamClient 2024-09-25 22:22:23 +05:30
Nuwan 57e669cd22 session setting fix musician access drop down always disabled 2024-09-21 11:00:28 +05:30
Nuwan 7ea8a1e8fa Session broadcast button
add broadcast button which send a message to the client
2024-08-21 22:41:23 +05:30
Nuwan 2a64bbbfe8 fix js reference (this) error in waitForSessionPageEnterDone function 2024-04-11 17:03:28 +05:30
Nuwan 7617e4a4dd use jquery $.deferred in waitForSessionPageEnterDone
change the ES6 promise way of handling this method.
actually some of the code in this file expects $.deferred object
to be presented.
2024-04-11 14:54:48 +05:30
Nuwan 7c2ffe01ef fix band section listing musicians 2024-03-03 17:32:59 +05:30
Nuwan bcd819dfc3 fix recording window glitches
use RecordingStore instead of AppStore to track audioFormat changes.
this prevents session related state being altered unexpectedly.
2023-11-17 16:00:03 +05:30
Nuwan 8d4ed14fd6 sync recording audio format change with back end audio recording menu 2023-11-15 18:46:51 +05:30
Nuwan 03bb4190f1 sync audio recording format
on session startup fetch the audio format selected in the back end
and assign it in the front end audio recording window.
2023-11-14 17:37:19 +05:30
Nuwan 4a30d29c4b fix recording stop
this fix addresses the issue when stopping a recording in a subsequent
attemp to record
2023-10-17 18:09:12 +05:30
Nuwan b185a60656 change enum order of asyncJamClient 2023-10-12 23:08:19 +05:30
Nuwan 2b1309a3b0 change recording allowed video formats 2023-10-04 02:01:01 +05:30
Nuwan c116559d18 clean up comment 2023-10-04 01:17:09 +05:30
Nuwan 0617b1ba8d change in audio formats list for recording 2023-10-04 01:13:45 +05:30
Nuwan 001f59ba30 new session recording feature
for video recordings check if OBS has been installed on the
user's computer.
2023-10-03 19:17:26 +05:30
Nuwan 25586e06fc changes to allowed audio formats in new recording window 2023-10-03 01:16:09 +05:30
Nuwan 5618b08e79 call on start recording the new StartMediaRecording API 2023-09-30 10:07:08 +05:30
Nuwan e9ff7c5faa add IsOBSAvailable api in to asyncJamClient 2023-09-30 00:18:27 +05:30
Nuwan 6acf990b20 add StartMediaRecording api in to asyncJamClient 2023-09-30 00:08:09 +05:30
Nuwan e1ff954709 guard session recording 2023-09-29 23:46:42 +05:30
Nuwan c9d7a560d0 debug jamtrack volume 2023-09-29 23:46:42 +05:30
Nuwan 4a2046aae6 handle new recording window events 2023-09-21 10:45:53 +05:30
Nuwan ad9f5dcef3 wip on new session recording window 2023-09-19 13:13:44 +05:30