Skip to content

Conversation

@sindharta-tanuwijaya
Copy link
Collaborator

No description provided.

@sindharta-tanuwijaya sindharta-tanuwijaya merged commit dbddf28 into main Dec 9, 2024
64 checks passed
@sindharta-tanuwijaya sindharta-tanuwijaya deleted the gitignore branch December 9, 2024 05:05
kannan-xiao4 added a commit to kannan-xiao4/com.unity.webrtc that referenced this pull request Mar 8, 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 <[email protected]>

* 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 <[email protected]>

* Update Runtime/Scripts/AudioStreamTrack.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/AudioStreamTrack.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/AudioStreamTrack.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/AudioStreamTrack.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/WebRTC.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/WebRTC.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/WebRTC.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/WebRTC.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* gitignore: ignore UserSettings and Logs (Unity-Technologies#1068)

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* 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 (#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 (#2)

* fix linux plugin build on ubuntu 22.04 (#3)

* change package and readme (#5)

* Fix: createimage vulkan android own (#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 (#7)

* fix meta

* workaround avoid crash access to i420

* update android aar

* update version 3.0.2-pre.7

---------

Signed-off-by: Takashi Kannan <[email protected]>
Co-authored-by: Masayuki Iwai <[email protected]>
Co-authored-by: toshiyuki <[email protected]>
Co-authored-by: chrstphrsxtn <[email protected]>
Co-authored-by: sindharta-tanuwijaya <[email protected]>
Co-authored-by: H3idi-X <[email protected]>
kannan-xiao4 added a commit to kannan-xiao4/com.unity.webrtc that referenced this pull request Mar 8, 2025
* Feat: libwebrtc update m124 (#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 (#2)

* fix linux plugin build on ubuntu 22.04 (#3)

* change package and readme (#5)

* Fix: createimage vulkan android own (#4)

* add error logs

* add VkMemoryDedicatedAllocateInfo on android

* update sample project settings

* fix project

* update plugin win/linux/android

* update plugin mac/ios

* update package version 3.0.1-pre.7 (#6)

* Fix: crash android vulkan (#7)

* fix meta

* workaround avoid crash access to i420

* update android aar

* update version 3.0.2-pre.7

* Rebase/original 3.0.0 pre.8 (#8)

* 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 <[email protected]>

* 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 <[email protected]>

* Update Runtime/Scripts/AudioStreamTrack.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/AudioStreamTrack.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/AudioStreamTrack.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/AudioStreamTrack.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/WebRTC.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/WebRTC.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/WebRTC.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/WebRTC.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* gitignore: ignore UserSettings and Logs (Unity-Technologies#1068)

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* Update Runtime/Scripts/RTCDataChannel.cs

Co-authored-by: chrstphrsxtn <[email protected]>

* 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 (#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 (#2)

* fix linux plugin build on ubuntu 22.04 (#3)

* change package and readme (#5)

* Fix: createimage vulkan android own (#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 (#7)

* fix meta

* workaround avoid crash access to i420

* update android aar

* update version 3.0.2-pre.7

---------

Signed-off-by: Takashi Kannan <[email protected]>
Co-authored-by: Masayuki Iwai <[email protected]>
Co-authored-by: toshiyuki <[email protected]>
Co-authored-by: chrstphrsxtn <[email protected]>
Co-authored-by: sindharta-tanuwijaya <[email protected]>
Co-authored-by: H3idi-X <[email protected]>

---------

Signed-off-by: Takashi Kannan <[email protected]>
Co-authored-by: Masayuki Iwai <[email protected]>
Co-authored-by: toshiyuki <[email protected]>
Co-authored-by: chrstphrsxtn <[email protected]>
Co-authored-by: sindharta-tanuwijaya <[email protected]>
Co-authored-by: H3idi-X <[email protected]>
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