-
Notifications
You must be signed in to change notification settings - Fork 213
feat: Add samples #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tkslan
added a commit
to tkslan/com.unity.webrtc
that referenced
this pull request
Jun 19, 2020
This was referenced Oct 27, 2020
n-miyanaga
pushed a commit
to n-miyanaga/com.unity.webrtc
that referenced
this pull request
Oct 23, 2025
n-miyanaga
pushed a commit
to n-miyanaga/com.unity.webrtc
that referenced
this pull request
Oct 23, 2025
* Improve API documentation * Improve documentation of VideoStreamTrack * Improve documentation of MediaStream * Improve documentation of RTCConfiguration * Improve documentation of MediaStreamTrack * Improve documentation of AudioStreamTrack * Improve documentation of WebRTC * On the way. * Improve documentation of RTCRtpTransceiver * On the way. * Improve documentation of RTCIceServer * Refine examples * On the way. * Added summary for RTCDataChannelInit class. * Added Exceptions doc to Send(). * Improve documentation of RTCRtpSender * Improved the example in RTCDataChannel. * Improve examples * Improve examples * Added some Remarks. * Improve examples * Improve examples * Improve examples * Improve examples * Improve examples * Improve examples * Improve examples * Adding Remarks. * Added Remarks. * Added sample programs. * Fixed typo "chennel". * Imroved description for ordered. * modifying summaries. * Improved protocol property. * Done for RTCDataChannelInit. * Update Runtime/Scripts/WebRTC.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * wip. * Improve documentation of RTCRtpEncodingParameters * Filled the all. * Added more samples. * Improved exception. * fixing source code formatting errors. * refactor: move CameraExtension class to its own file (Unity-Technologies#1064) * Update Runtime/Scripts/MediaStreamTrack.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/AudioStreamTrack.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/AudioStreamTrack.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/AudioStreamTrack.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/AudioStreamTrack.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/WebRTC.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/WebRTC.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/WebRTC.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/WebRTC.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * gitignore: ignore UserSettings and Logs (Unity-Technologies#1068) * Update Runtime/Scripts/RTCDataChannel.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/RTCDataChannel.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/RTCDataChannel.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/RTCDataChannel.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/RTCDataChannel.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * Update Runtime/Scripts/RTCDataChannel.cs Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> * doc: improve the API doc of RTCSessionDescription (Unity-Technologies#1067) * initial improvement * rewrite * add sample code * project: add a symbolic link to the Documentation folder (Unity-Technologies#1070) * doc: improve the API doc of CameraExtension (Unity-Technologies#1073) * add documentation * add class summary * simplify code * update example * readme: update Unity badges (Unity-Technologies#1074) * release: 3.0.0-pre.8 (Unity-Technologies#1075) * update package.json * update changelog * update readme * update ValidationExceptions.json * update install.md * update bug_report.yml * Feat: libwebrtc update m124 (Unity-Technologies#1) * update buildscript on mac * update buildscript on win * update buildscript on linux * update android buildscript * update windows libwebrtc buid * update mac build(disable replace task queue) * update deployment target (Unity-Technologies#2) * fix linux plugin build on ubuntu 22.04 (Unity-Technologies#3) * change package and readme (Unity-Technologies#5) * Fix: createimage vulkan android own (Unity-Technologies#4) * add error logs * add VkMemoryDedicatedAllocateInfo on android * update sample project settings * fix project * update plugin win/linux/android * update plugin mac/ios * Fix: crash android vulkan (Unity-Technologies#7) * fix meta * workaround avoid crash access to i420 * update android aar * update version 3.0.2-pre.7 --------- Signed-off-by: Takashi Kannan <26959415+kannan-xiao4@users.noreply.github.com> Co-authored-by: Masayuki Iwai <miyabi@mybdesign.com> Co-authored-by: toshiyuki <toshiyuki@unity3d.com> Co-authored-by: chrstphrsxtn <74899224+chrstphrsxtn@users.noreply.github.com> Co-authored-by: sindharta-tanuwijaya <71803280+sindharta-tanuwijaya@users.noreply.github.com> Co-authored-by: H3idi-X <toshiyuki.mori.develop@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.