You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to ensure that for geo_listen_enabled=true projects, PATCH streams/ calls with latitude and longitude parameters are sent every time a new location is returned from CoreLocation.
However, for geo_listen_enabled=false projects, CoreLocation should be deactivated entirely so as to not waste battery and only activated if/when a user wants to make a recording and geo_speak_enabled=true.
The text was updated successfully, but these errors were encountered:
* 🎉 Implement dynamic tag filters
* 🚑 Handle no filter field in tag
* ⚡ Make dynamic tag filter list static and faster
* 🎨 Make DynamicTagFilter a struct
We need to ensure that for
geo_listen_enabled=true
projects,PATCH streams/
calls withlatitude
andlongitude
parameters are sent every time a new location is returned from CoreLocation.However, for
geo_listen_enabled=false
projects, CoreLocation should be deactivated entirely so as to not waste battery and only activated if/when a user wants to make a recording andgeo_speak_enabled=true
.The text was updated successfully, but these errors were encountered: