Skip to content

Commit c16805d

Browse files
RDKEMW-1018: Fixed OnStateChange event error issue
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
1 parent 99d95ee commit c16805d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/Miracast/IMiracastPlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ namespace WPEFramework
118118
// @param playerState: Current state of the player (e.g., INITIATED | INPROGRESS | PLAYING | STOPPED/IDLE(Default State).)
119119
// @param reasonCode: Reason code for the player state update
120120
// @param reason: reason code Decription
121-
virtual void OnStateChange(const string &clientName /* @text name */, const string &clientMac /* @text mac */, const State &playerState /* @text state */, const ReasonCode &reasonCode /* @text reason_code */, const string &reason /* @text reason */) {};
121+
virtual void OnStateChange(const string &clientName /* @text name */, const string &clientMac /* @text mac */, const State &playerState /* @text state */, const ReasonCode &reasonCode /* @text reason */, const string &reasonCodeStr /* @text reason_code */) {};
122122
};
123123

124124
// @json:omit

0 commit comments

Comments
 (0)