Drop support for signaling key
This commit is contained in:
parent
31989a7706
commit
886e8966ff
9 changed files with 5 additions and 85 deletions
|
@ -58,8 +58,8 @@ export class User {
|
|||
return this.storage.get('deviceNameEncrypted');
|
||||
}
|
||||
|
||||
public getSignalingKey(): ArrayBuffer | undefined {
|
||||
return this.storage.get('signaling_key');
|
||||
public async removeSignalingKey(): Promise<void> {
|
||||
return this.storage.remove('signaling_key');
|
||||
}
|
||||
|
||||
private _getDeviceIdFromUuid(): string | undefined {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue