Skip to content

refactor: Mark Obsolete WebRTC.Initialize and Dispose methods#850

Merged
karasusan merged 13 commits intomainfrom
refactor/initialize
Dec 5, 2022
Merged

refactor: Mark Obsolete WebRTC.Initialize and Dispose methods#850
karasusan merged 13 commits intomainfrom
refactor/initialize

Conversation

@karasusan
Copy link
Copy Markdown
Collaborator

@karasusan karasusan commented Dec 2, 2022

Up until now, we has provided WebRTC.Initialize and WebRTC.Dispose methods for managing allocation of WebRTC resources. However, to use some APIs, initialization process should be finished just after launching Unity Editor.

Therefore, we changed the specification, resource allocation of WebRTC is processed implicitly and developers don't need to invoke them.

In this PR, marked Obsolete two methods to keep compatibility, but we will remove them when releasing official release version.

@karasusan karasusan changed the title Refactor/initialize refactor: Mark Obsolete WebRTC.Initialize and Dispose methods Dec 2, 2022
@karasusan karasusan marked this pull request as ready for review December 2, 2022 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants