Skip to content

Commit de35f52

Browse files
authored
Update README.md
1 parent d968781 commit de35f52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
In order to use agora sdk in your own obs studio, there's statement about compile and source code.
3838

39-
###Initialize Agora Service Settings In Application
39+
### Initialize Agora Service Settings In Application
4040

4141
You can reference source code in window-basic-main.cpp file(OBSBasic::InitAgoraServiceSettings).
4242

@@ -132,7 +132,7 @@ Currently encapsulated apis and callbacks:
132132
* onUserJoined
133133
* onFirstRemoteVideoDecoded
134134

135-
####how to add agora sdk apis
135+
#### how to add agora sdk apis
136136

137137
* In the file obs-service.h,add new memeber function declaration to obs\_service\_info
138138
* In the file agora-service.cpp,Add memeber function implement for agora\_service, the member fucntion will call agora sdk api.
@@ -143,7 +143,7 @@ Currently encapsulated apis and callbacks:
143143
You can reference setupRemoteVideo, it's implemented in obs\_service\_agora\_setup\_remote\_video
144144
and obs\_service\_info.setup\_agora\_remote\_video.
145145

146-
####how to add agora callbacks
146+
#### how to add agora callbacks
147147

148148
After calling some apis, you'll receive agora callbacks. Sometimes you must first receive callbacks, then you can call other agora apis. For example, after receiving onUserJoined callback, you can call setupRemoteVideo to show remote video.
149149

0 commit comments

Comments
 (0)