Is there a way to obtain the sessionId or telephonySessionId of a session object in the webrtc library without making a request to the /restapi/v1.0/account/accountId/extension/extensionId/active-calls and finding the current session data by phone number? I'm referring to the session returned by this function
var session = webPhone.userAgent.invite(/* ... */);