Currently we're making gDM requests by inlined JS code, because until this moment web_sys haven't bindings for it. But in 0.3.47 version they was added. So now we should use web_sys bindings instead.
Solution
Remove get_display_media function from medea_jason::media::manager and use web_sys bindings instead.
Part of #27
Synopsis
Currently we're making gDM requests by inlined JS code, because until this moment
web_sys
haven't bindings for it. But in0.3.47
version they was added. So now we should useweb_sys
bindings instead.Solution
Remove
get_display_media
function frommedea_jason::media::manager
and useweb_sys
bindings instead.Checklist
Draft:
prefixk::
labels appliedDraft:
prefix is removed