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.
We need to ensure that for
geo_listen_enabled=trueprojects,PATCH streams/calls withlatitudeandlongitudeparameters are sent every time a new location is returned from CoreLocation.However, for
geo_listen_enabled=falseprojects, 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.