Skip to content

Commit

Permalink
Adapt setExternalMediaProjection in native sdk 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Sep 29, 2024
1 parent 0e935a6 commit 792de98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions headers/custom_headers/CustomIAgoraRtcEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,12 @@ class IRtcEngine {
* @source: virtual int takeSnapshot(uid_t uid, const agora::media::SnapshotConfig& config) = 0;
*/
virtual int takeSnapshotWithConfig(uid_t uid, const agora::media::SnapshotConfig& config) = 0;

/**
* @iris_api_id: RtcEngine_setExternalMediaProjection_f337cbf
* @source: virtual int setExternalMediaProjection(void* mediaProjection) = 0;
*/
virtual int setExternalMediaProjection(const void* mediaProjection) = 0;
};

} // namespace ext
Expand Down

0 comments on commit 792de98

Please sign in to comment.