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
I would like to be able to specify, on a map basis, if the map should use session or request based billing.
Our use case for this is that we have a main map, we wanna use session based billing on. Then in a sidebar we have a video stream, this video stream has a div that you can open and close to see the current location of the camera streaming.
Because the stream map is short lived, e.g. it opens, the user sees the location and closes it again, it would benefit from request based billing.
Right now, session is defined on the sdk config, and whenever a map instance calls the api, it uses the currently specified value for the session property on the sdk. So if i create my main map, setting session to true, then create the video stream map, setting the session to false, my main map now uses request based billing also.
The text was updated successfully, but these errors were encountered:
I would like to be able to specify, on a map basis, if the map should use session or request based billing.
Our use case for this is that we have a main map, we wanna use session based billing on. Then in a sidebar we have a video stream, this video stream has a div that you can open and close to see the current location of the camera streaming.
Because the stream map is short lived, e.g. it opens, the user sees the location and closes it again, it would benefit from request based billing.
Right now, session is defined on the sdk config, and whenever a map instance calls the api, it uses the currently specified value for the session property on the sdk. So if i create my main map, setting session to true, then create the video stream map, setting the session to false, my main map now uses request based billing also.
The text was updated successfully, but these errors were encountered: