Skip to content

Commit

Permalink
ずれてる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 2, 2024
1 parent 249b8a9 commit 77d6da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,7 @@ export default class ConnectionBase {

/**
* シグナリングサーバーに type update を投げるメソッド
* @deprecated このメソッドは非推奨です。将来のバージョンで削除される可能性があります。
*/
private async sendUpdateAnswer(): Promise<void> {
if (this.pc && this.ws && this.pc.localDescription) {
Expand All @@ -1852,7 +1853,6 @@ export default class ConnectionBase {

/**
* シグナリングサーバーに type re-answer を投げるメソッド
* @deprecated このメソッドは非推奨です。将来のバージョンで削除される可能性があります。
*/
private async sendReAnswer(): Promise<void> {
if (this.pc?.localDescription) {
Expand Down

0 comments on commit 77d6da9

Please sign in to comment.