mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
chore: bump unreleased requests/events to 4.8.0
This commit is contained in:
parent
5e41eaf3dd
commit
c1660f8ca2
@ -1493,7 +1493,7 @@ void WSEvents::OnSceneItemVisibilityChanged(void* param, calldata_t* data) {
|
||||
* @api events
|
||||
* @name SceneItemLockChanged
|
||||
* @category sources
|
||||
* @since unreleased
|
||||
* @since 4.8.0
|
||||
*/
|
||||
void WSEvents::OnSceneItemLockChanged(void* param, calldata_t* data) {
|
||||
auto instance = reinterpret_cast<WSEvents*>(param);
|
||||
|
@ -328,7 +328,7 @@ RpcResponse WSRequestHandler::GetVideoInfo(const RpcRequest& request) {
|
||||
* @api requests
|
||||
* @name OpenProjector
|
||||
* @category general
|
||||
* @since unreleased
|
||||
* @since 4.8.0
|
||||
*/
|
||||
RpcResponse WSRequestHandler::OpenProjector(const RpcRequest& request) {
|
||||
const char* type = obs_data_get_string(request.parameters(), "type");
|
||||
|
Loading…
x
Reference in New Issue
Block a user