mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Set transportId on Session
This commit is contained in:
@@ -32,6 +32,7 @@ export default class Session {
|
|||||||
this._stopCallbacks = new Map();
|
this._stopCallbacks = new Map();
|
||||||
|
|
||||||
this.sessionId = sessionId;
|
this.sessionId = sessionId;
|
||||||
|
this.transportId = sessionId;
|
||||||
this.appId = appId;
|
this.appId = appId;
|
||||||
this.appImages = appImages;
|
this.appImages = appImages;
|
||||||
this.displayName = displayName;
|
this.displayName = displayName;
|
||||||
|
|||||||
Reference in New Issue
Block a user