-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update subproject commit reference in tgcalls
- Loading branch information
1 parent
f102fc2
commit d027b06
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tgcalls
updated
31 files
+2 −0 | README.md | |
+2 −2 | go.mod | |
+4 −4 | go.sum | |
+ − | libntgcalls.so | |
+ − | libs/libntgcalls.so | |
+ − | libs/ntgcalls.dll | |
+0 −531 | libs/ntgcalls.go | |
+0 −230 | libs/ntgcalls.h | |
+120 −41 | main.go | |
+ − | ntgcalls.dll | |
+21 −0 | ntgcalls/audio_description.go | |
+6 −0 | ntgcalls/auth_params.go | |
+6 −0 | ntgcalls/call_network_state.go | |
+5 −0 | ntgcalls/client.go | |
+5 −0 | ntgcalls/device_info.go | |
+22 −0 | ntgcalls/dh_config.go | |
+18 −0 | ntgcalls/frame_data.go | |
+47 −0 | ntgcalls/future.go | |
+32 −0 | ntgcalls/media_description.go | |
+5 −0 | ntgcalls/media_device.go | |
+7 −0 | ntgcalls/media_state.go | |
+5 −0 | ntgcalls/media_status.go | |
+411 −0 | ntgcalls/ntgcalls.go | |
+337 −0 | ntgcalls/ntgcalls.h | |
+9 −0 | ntgcalls/protocol.go | |
+7 −0 | ntgcalls/remote_source.go | |
+10 −0 | ntgcalls/rtc_server.go | |
+6 −0 | ntgcalls/ssrc_group.go | |
+116 −0 | ntgcalls/types.go | |
+167 −0 | ntgcalls/utils.go | |
+22 −0 | ntgcalls/video_description.go |